include('config.php'); ?>
$id=$_GET['id']; $query=mysql_query("SELECT * FROM games WHERE id='".$id."'"); while($object=mysql_fetch_object($query)){ $titel = $object->title; $bron = $object->source; $width = $object->width; $height = $object->height; $hits = $object->hits; $cat = $object->cat; } $hitsnieuw = $hits + 1; $query = mysql_query("UPDATE `games` SET `hits` = '".$hitsnieuw."' WHERE `id` =".$id.""); ?>![]() |
|||
|
|||
Copyright 2005 - 2006 Gamehut.nl |