Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/08/2003, 16:32
Tebb
 
Fecha de Ingreso: agosto-2003
Mensajes: 72
Antigüedad: 20 años, 8 meses
Puntos: 1
HELPPPPP PLZzZzZ! ;P

Código:
<?

include("config.php");

$usr = $_COOKIE["unick"];
$mensajestag = mysql_query("select mensajestag from where nick='$usr'") ;
$suma = ($mensajestag + "10");

mysql_query("update usuarios set mensajestag='$suma' where nick='$usr'");
mysql_close($conectar) ;

?>
¿alguien sabe por que no funciona?
no da ningun error ni nada, solo que no guarda los datos, no se si es que no suma bien o no los guarda bien, pero no funciona =S, ¿alguien sabe porque?