Ver Mensaje Individual
  #8 (permalink)  
Antiguo 07/09/2005, 19:14
Santitg
 
Fecha de Ingreso: septiembre-2005
Mensajes: 9
Antigüedad: 18 años, 7 meses
Puntos: 0
He puesto esta línea:
http://www.tutorialgames.net/ccount/click.php['id']==1

__________________________________________________ __________________
// First check if the ID is set and if it is valid (contains nothing but numbers)
$id=$_GET['id'];
http://www.tutorialgames.net/ccount/click.php['id']==1
if(empty($id) || preg_match("/\D/",$id)) {die("Invalid ID, numbers (0-9) only!");}
__________________________________________________ ____________________

La he escrito ya de varias formas pero siempre me dá el siguiente error:

Parse error: parse error, unexpected T_STRING in /data/members/paid/t/u/tutorialgames.net/htdocs/www/ccount/click.php on line 3