Swift's Visual Used Car Inventory Browser
Sort by:
rows($GET_SQL); if(count($total_listings) > 0){ if(!isset($content)) { $content = ''; } foreach($total_listings as $item){ $item['WebPrice'] = number_format($item['WebPrice'], 2, '.', ','); $content .= '
$'.$item['WebPrice'].'
'.$item['Year'].$item['Make'].$item['Model'].'
'.$item['Year'].' '.$item['Make'].'
'.$item['Model'].'
'.$item['Mileage'].' Miles
'; } echo $content; unset($content); unset($total_listings); } ?>