
12/05/2010, 21:27
|
 | | | Fecha de Ingreso: mayo-2010 Ubicación: Santiago, Chile
Mensajes: 17
Antigüedad: 14 años, 10 meses Puntos: 0 | |
Respuesta: el update no anda parece
Código PHP:
Ver original$id=$_SESSION["id"]; if ($defaultphoto == 'on') { mysql_query("update members set picture='$photo' where id='$id");
|