Use the following links to retrieve more detailed information about the improved performance AutoRemap can give to your car.

"; echo ""; } while(list($cid, $Model, $Engine) = mysql_fetch_row($result)) { echo ""; echo ""; } } } if($_GET['action'] == 'get_Car') { $cid = $_GET['cid']; { $query = "SELECT * FROM $dbName.data WHERE cid = '$cid'"; $result = mysql_query($query, $connection) or die ("Error in query: $query. " . mysql_error()); list($cid, $Make, $Model, $Engine, $Standard_PS, $Tuned_PS, $Standard_TORQUE, $Tuned_TORQUE) = mysql_fetch_row($result); { $carimage = strtolower($Make)."_".strtolower($Model); $imagename = "images/database/cars/$carimage.jpg"; if (!file_exists($imagename)) { $imagename = "images/no_picture.gif"; } echo "
"; echo "$Model $Engine
"; echo "
$Make $Model - $Engine
\"Picture
Contact Autoremap about improving an $Model $Engine
Standard PS -
Tuned PS -
Standard Torque -
Tuned Torque -
||$cid"; } } } ?>