Please use the form to the right to submit any questions, comments,
or suggestions. We appreciate any feedback you might give us.
// Get top games
$sql->Query("SELECT name, address FROM " . TABLE_GAMES . " ORDER BY hits DESC LIMIT 5");
// If games are found
if ($sql->rows > 0) {
for ($i = 0; $i < $sql->rows; $i++) {
$sql->Fetch($i);
$count = $i + 1;
echo '