";
echo "Records for Vin# $vinno title number $titleno was updated to
";
echo "Records shows that the vehicle is a $modelno engine no $engineno and color $colorno model year $yearno
";
echo "Buyer $n1 $n2 $n3 at $a1 $a2 $a3 $a4 $a5
";
echo "Dealer $d1 $d2
";
echo "If you made a mistake you may start over again. Resumitting the data will over write previous data.
";
echo "If vehicle data is wrong, please double check your VIN and Title Number and try again
";
echo "Please understand your IP address $ipaddress is logged for security purposes
";
echo "You may close this page or click on a link on the left hand side
";
} elseif ($delete) {
// delete a record
echo "should not delete";
// $sql = "DELETE FROM employees WHERE id=$id";
// $result = mysql_query($sql);
// echo "$sql Record deleted!";
} else {
// this part happens if we don't press submit
if (!$id) {
//echo "loading";
// print the list if there is not editing
// $result = mysql_query("SELECT * FROM vindata",$db);
// while ($myrow = mysql_fetch_array($result)) {
// printf("%s %s \n", $PHP_SELF, $myrow["vinno"], $myrow["first"], $myrow["last"]);
// printf("(DELETE)
", $PHP_SELF, $myrow["id"]);
// }
}
?>