Here you can submit your own made games or reviews
If you have an image of the game, please add the URL in the
field. If you know the official website of the game you may
also enter that.
// 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 '