0) { while ($myrow = mysql_fetch_array($result)) { printf("", $myrow["fileloc"], $myrow["picloc"], $myrow["fileloc"], $myrow["name"], $myrow["dob"], $myrow["feild"], $myrow["desc"]); } } else { printf("", $search); } ?>
  Name: %s
DOB: %s
Feild: %s
------------------------------------------------------
%s
Sorry! Your search - %s - did not return any results. You can try another search by entering a value in the search box to the right.
 
0) { $querytwo = "SELECT * FROM counter WHERE name LIKE '$search'"; $resulttwo = mysql_query($querytwo,$db); $row = mysql_fetch_array($resulttwo); $start = $row["start"]; $count = $row["count"]; if(!$count) { $date = current_date; $count = 1; mysql_query("INSERT INTO counter (start,count,name) VALUES ('$date','$count','$search')"); } printf("This search query searched $count time(s)"); ++$count; mysql_query("UPDATE counter SET count='$count' WHERE name='$search'"); } ?>
01:
02:
03:
04:
05:
06:
07:
08:
09:
10:
", $PHP_SELF, $rowtwo["name"], $rowtwo["name"]);} mysql_close($db); ?>
  send comments, suggestions or inquiries to the webmaster;