![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/07/2009, 19:40
|
![Avatar de acoevil](http://static.forosdelweb.com/customavatars/avatar251032_4.gif) | | | Fecha de Ingreso: julio-2008 Ubicación: localhost/colombia/sevillaValle.php
Mensajes: 1.123
Antigüedad: 16 años, 6 meses Puntos: 32 | |
Respuesta: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL resul Ademas puedes depurar tus consultas SQL por ejemplo
$consulta = mysql_query("SELECT * from usuarios") or die( mysql_error() );
De esta manera podras ver el error. |