|    
			
				12/05/2010, 21:27
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: mayo-2010 Ubicación: Santiago, Chile 
						Mensajes: 17
					 Antigüedad: 15 años, 5 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");
     |