![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/02/2009, 14:57
|
![Avatar de juanitTo](http://static.forosdelweb.com/customavatars/avatar165201_2.gif) | | | Fecha de Ingreso: enero-2007
Mensajes: 406
Antigüedad: 18 años Puntos: 5 | |
Respuesta: Fallo en codigo Si lo cambio a como me habeis dicho en ambos casos me dice:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/videomet/public_html/escritor/intro.php on line 15
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/videomet/public_html/escritor/intro.php on line 16
Que viene a ser en las lineas:
$resultados = mysql_query($sql,$db);
while($row = mysql_fetch_array($resultados)) { |