<? $base["View_Num"] = $base["View_Num"] + 1;
$query = "Update Car_BaseInfo Where Car_Num Like ".$base["Car_Num"]." Set View_Num ".$base["View_Num"]."";
mysql_query($query);
?>
This is suppose to increment the value of the last column in the table by one each time the document is viewed. It's not working right now and I really want to get it working. Thanks in advance.
htp://www.maximum-cars.com - Yes, we like cars.