March 29, 2010
|
// set the XML file name as a PHP string $Mustanglistings = "http://api.oodle.com/api/v2/listings?key=B9FC7493700D®ion=usa&category=vehicle/car&paid=yes&format=xml&attributes=make_honda,model_cr_v,has_photo_thumbnail" ; // load the XML file $xml = @simplexml_load_file($Mustanglistings) or die ("no file loaded") ; foreach($xml->listings as $listing) { while($n<=1) “; “; } } ?> |
read comments (0)