Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/12/2008, 12:25
Avatar de airos
airos
 
Fecha de Ingreso: mayo-2008
Mensajes: 68
Antigüedad: 16 años
Puntos: 3
Respuesta: [Pedido] Actualizar datos de una Base de datos.

Hice lo siguiente, agregue el "mysql_error()" en la siguiente linea:

Código PHP:
$response mysql_query($query$conn) or die(mysql_error()); 
Pero me sigue mostrando el mismo error :s

"Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in D:\AppServ\www\cursophp\editar-noticias.php on line 24"