![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/07/2009, 16:30
|
| | Fecha de Ingreso: agosto-2006
Mensajes: 179
Antigüedad: 18 años, 5 meses Puntos: 0 | |
Respuesta: Error Warning: mysql_num_rows(): supplied argument is not a valid MySQL re Ese es un error en la sintaxis del SQL. Luego del sql dale:
echo mysql_errno($cnnList )." : ".mysql_error($cnnList );
Tambien puedes imprimir el SQL, puede ser que te falte una variable.
Espero te sirva. |