Welcome Guest, Not a member yet? Register   Sign In
SimpleXML to return a few items at a time
#9

[eluser]pickupman[/eluser]
Um....the code wasn't written in a literal sense although it was close. You will need to do some of the work. Since you are posting via curl and getting the response, you would need to use [url="http://us.php.net/manual/en/function.simplexml-load-string.php"]simplexml_load_string()[/url] install of load_file.

Code:
//Curl stuff here then
$res = simplexml_load_string($res); //Fetch XML string from server

You need to load the cache class if you haven't loaded it already, just like with every other library/driver. The $catid was only used as an example for fetching a category id. Use whatever you are using in your code already. You will need to add the code to the _xml2array method. Use code from [url="www.php.net/manual/en/function.xml-parse.php#97556"]here[/url].


Messages In This Thread
SimpleXML to return a few items at a time - by El Forum - 06-29-2012, 07:35 PM
SimpleXML to return a few items at a time - by El Forum - 06-29-2012, 08:23 PM
SimpleXML to return a few items at a time - by El Forum - 06-29-2012, 08:56 PM
SimpleXML to return a few items at a time - by El Forum - 06-30-2012, 05:51 AM
SimpleXML to return a few items at a time - by El Forum - 07-03-2012, 05:25 PM
SimpleXML to return a few items at a time - by El Forum - 07-07-2012, 02:21 PM
SimpleXML to return a few items at a time - by El Forum - 07-07-2012, 02:52 PM
SimpleXML to return a few items at a time - by El Forum - 07-07-2012, 03:58 PM
SimpleXML to return a few items at a time - by El Forum - 07-07-2012, 05:02 PM
SimpleXML to return a few items at a time - by El Forum - 07-07-2012, 05:04 PM
SimpleXML to return a few items at a time - by El Forum - 07-07-2012, 07:32 PM
SimpleXML to return a few items at a time - by El Forum - 07-07-2012, 07:38 PM
SimpleXML to return a few items at a time - by El Forum - 07-12-2012, 02:32 PM
SimpleXML to return a few items at a time - by El Forum - 07-12-2012, 08:33 PM
SimpleXML to return a few items at a time - by El Forum - 12-08-2012, 03:22 PM
SimpleXML to return a few items at a time - by El Forum - 12-09-2012, 03:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB