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...