Rochester NY Car Dealerships
RocAutos.com only lists the most reputable car dealerships in Rochester NY. Click any dealer name below to see their inventory, or call their phone number to contact the dealer directly.
[insert_php]
global $wpdb;
$sql = “SELECT * FROM bulk_car_dealers ORDER BY Name”;
$results = $wpdb->get_results($sql) or die(mysql_error());
foreach( $results as $row ) {
if($row->CSVFileName == ”){
echo ‘
‘. $row->Name .’
‘. $row->TrackingNumber .’
‘;
}else{
echo ‘
‘;
}
}
[/insert_php]