cheshire_trader
05-06-2009, 08:07 PM
Hi There,
I will probably ask about things you all know as second knowledge, but i do learn...lol
Any way I use OsCommerce as a store front and after many attempts of simplyfying a csv stock import I have given uop and am now looking to use an XML feed from my supplier and when this done i will look at using for my future projects.
Upon starting to learn about the feeds i looked on here and tried a simple php test to see if my server supported XML.
The code I used is as follows:
<?
echo function_exists("domxml_open_file") ? "true" : "false";
?>
This returned as FALSE, so i once again asked my hosts if the server was XML and they said it was and this is what is installed
This is what is installed on the server.
http://www.php.net/manual/en/ref.xmlrpc.php
So i guess as a starting point i need to know the following:
1) With what my server has can i use an XML feed with oscommerce?
2) Do i need to find a new host?
Well its a start!
I will probably ask about things you all know as second knowledge, but i do learn...lol
Any way I use OsCommerce as a store front and after many attempts of simplyfying a csv stock import I have given uop and am now looking to use an XML feed from my supplier and when this done i will look at using for my future projects.
Upon starting to learn about the feeds i looked on here and tried a simple php test to see if my server supported XML.
The code I used is as follows:
<?
echo function_exists("domxml_open_file") ? "true" : "false";
?>
This returned as FALSE, so i once again asked my hosts if the server was XML and they said it was and this is what is installed
This is what is installed on the server.
http://www.php.net/manual/en/ref.xmlrpc.php
So i guess as a starting point i need to know the following:
1) With what my server has can i use an XML feed with oscommerce?
2) Do i need to find a new host?
Well its a start!