OK, I am still having a problem...
Err.... Wrong parameter count for mysql_db_query()
//Update Row
$rows = mysql_fetch_array($result);
$num = $rows['NumberTimesHit'] + 1;
$querys = "UPDATE PounderPits_homepage SET NumberTimesHit = '$num' WHERE ClientIP = '" . $rows['ClientIP'] ."'";
$results = mysql_db_query($querys);
It is a cut and paste of your code, just with modified variable names. Thanks for the help, and please continue...