![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/05/2004, 09:22
|
![Avatar de Bizo21](http://static.forosdelweb.com/customavatars/avatar62262_1.gif) | | | Fecha de Ingreso: abril-2004 Ubicación: Valdivia
Mensajes: 93
Antigüedad: 20 años, 9 meses Puntos: 1 | |
hola meparese que te dice que esta mala la coneccion a la base de datos
es haci
<?
$link = mysql_connect(localhost, "root"," ");
mysql_select_db("diicc",$link);
?>
si tu hubieras colocado en ves de link $db asi tendria que quedar
<?
$db = mysql_connect(localhost, "root"," ");
mysql_select_db("diicc",$db);
?> |