![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/08/2013, 22:37
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 20
Antigüedad: 15 años, 3 meses Puntos: 0 | |
Instalando WebLeague Error Al ir al index de mi web me sale esto:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\WebLeague\variablesdb.php on line 6
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\WebLeague\variablesdb.php on line 33
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\WebLeague\index.php on line 21
Que hago? los datos está bien escritos de la base de datos, clave, etc..
la linea 6 dice esto: $result=mysql_query($sql,$db);
la linea 33 dice esto: $row = mysql_fetch_array($result);
la linea 21 dice esto: $row = mysql_fetch_array($result);
Última edición por StreicK; 05/08/2013 a las 22:39
Razón: agregue más información
|