Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/12/2012, 01:53
Avatar de polarubi
polarubi
 
Fecha de Ingreso: noviembre-2008
Mensajes: 243
Antigüedad: 15 años, 5 meses
Puntos: 2
Pregunta no funciona update

hola que tal estoy intentado actualizar el campo AVATAR

pero no se edita :S

uso el siguiente codigo

Código PHP:
<?php
include("config.php");

$avatar stripslashes($_POST["avatar"]);
$avatar strip_tags($avatar);

mysql_query("UPDATE users SET avatar='$avatar' WHERE id='$id'");

echo
'<META HTTP-EQUIV="Refresh" CONTENT="0; URL=login.php">';

?>
que hay de malo ahi ?