Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/01/2005, 03:01
N0vatO
 
Fecha de Ingreso: diciembre-2002
Mensajes: 59
Antigüedad: 21 años, 4 meses
Puntos: 0
Error en consulta update

Hola! Llevo un buen rato comiéndome la cabeza con una consulta que no hace NADA... Ni error alguno, ni update alguno...

La pego aquí a ver si alguien puede echarme una manita...

Código PHP:
mysql_query("update usuarios set nombre='".$_POST['nombre']."',ubicacion='".$_POST['ubicacion']."',edad='".$_POST['edad']."',sobreti='".$_POST['sobreti']."',cancion='".$_POST['cancion']."',grupos='".$_POST['grupos']."' where id='".$_SESSION['id']."' limit 1"); 
Luego en el form, también está todo correcto pienso... Es tipo <input type="text" name="nombre" size="15">... Y así todos. En <form> el action también está bien, el method y todo lo demás, creo ver yo, está bien, y no me explico que no funcione...