![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/06/2009, 09:56
|
![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: msg de mysql-connect.. Tienes un usuario en tu DB que se llama admin con contraseña 123456??.
$dbtest=mysql_connect("localhost", "root", "");
if (!$dbtest)
{
echo 'Could not connect';
}
else
{
echo 'Connected successfully';
} Intenta con este codigo. |