GT500 Classifieds

 
Looking for a GT500 or GT350 or Shelby? Browse our classifieds. Have a Mustang GT500, GT350 or Shelby to advertise? Post a classified ad.
Sort Ads: 
MAKEYEARMODELLOCATIONPOSTEDVIEWS
MustangMustang19681965-1970 GT500California, USA2011-10-13536
MustangMustang20072007-present Ford Shelby GT500Boerne, Texas, USA2011-10-02751
MustangMustang20082007-present Ford Shelby GT500Boerne, Texas, USA2011-09-27533
MustangMustang20122007-present Ford Shelby GT500Miami, Florida, United States2011-09-27956
MustangMustang20112007-present Ford Shelby GT500Fort Mill, South Carolina2011-06-191639
MustangMustang20112007-present Ford Shelby GT500FT. Thomas , KY, USA2011-05-101451
MustangMustang20102007-present Ford Shelby GT500Corbin, Kentucky, USA2011-04-181313
MustangMustang20092007-present Ford Shelby GT500Phoenix, AZ, USA2011-02-112348
MustangMustang2007Otherorange coounty, cal, u.s.2010-11-303463
MustangMustang20072007-present Ford Shelby GT500Lynbrook, NY, USA2010-09-075131

Mustang GT500s For Sale

// set the XML file name as a PHP string
$Mustanglistings = “http://api.oodle.com/api/v2/listings?key=B9FC7493700D&region=usa&category=vehicle/car&format=xml&attributes=make_ford,model_mustang,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 ”

“;
$n++;
}
}}

echo ($element->title);

foreach ($element->location as $location) {
echo ” ($location->name) “;
echo ” ($location->state) “; }
foreach ($element->attributes as $attributes) {
echo ” ($attributes->price_display) “;
echo ” ($attributes->seller_type)
“;
}

echo substr(($element->body),0,350);

echo “ More info

“;
echo ”


“;
}
}

?>

Powered by Yahoo! Answers