Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/05/2010, 21:27
Avatar de giks
giks
 
Fecha de Ingreso: mayo-2010
Ubicación: Santiago, Chile
Mensajes: 17
Antigüedad: 13 años, 11 meses
Puntos: 0
Respuesta: el update no anda parece

Código PHP:
Ver original
  1. $id=$_SESSION["id"];
  2. if ($defaultphoto == 'on') {
  3.      mysql_query("update members set picture='$photo' where id='$id");