Honda Passport

Author: admin
March 29, 2010

// set the XML file name as a PHP string
$Mustanglistings = "http://api.oodle.com/api/v2/listings?key=B9FC7493700D&region=usa&category=vehicle/car&paid=yes&format=xml&attributes=make_honda,model_passport,has_photo_thumbnail" ;
// load the XML file
$xml = @simplexml_load_file($Mustanglistings) or die ("no file loaded") ;

foreach($xml->listings as $listing) {
foreach($listing->element as $element) {
foreach ($element->images as $images) {
$n=1;
foreach ($images->element as $images_element) {

while($n<=1)
{
echo "
More info

“;
echo “


“;
}
}

?>