Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/12/2012, 03:31
Avatar de CoriaWeb
CoriaWeb
 
Fecha de Ingreso: septiembre-2012
Ubicación: Coria del Río - Sevilla
Mensajes: 1.795
Antigüedad: 11 años, 7 meses
Puntos: 130
Respuesta: no funciona update

Código PHP:
Ver original
  1. <?php
  2. include("config.php");
  3.  
  4. $avatar = stripslashes($_POST["avatar"]);
  5. $avatar = strip_tags($avatar);
  6.  
  7. mysql_query("UPDATE users SET avatar='".$avatar."' WHERE id='".$id."'");
  8.  
  9. echo'<META HTTP-EQUIV="Refresh" CONTENT="0; URL=login.php">';
  10.  
  11. ?>

la variable id tiene valor?

haz:

Código PHP:
Ver original
  1. echo $id;

para comprobarlo
__________________
Hosting de Calidad
Servidores Dedicados Administrados
CoriaWeb.hosting