![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/03/2004, 12:59
|
| | Fecha de Ingreso: diciembre-2003
Mensajes: 60
Antigüedad: 21 años, 1 mes Puntos: 0 | |
seria solo pegar eso
$link = mysql_connect("localhost", "mysql_user", "mysql_password")
or die("Não pude conectar: " . mysql_error());
print ("Conectado");
mysql_close($link);
en la linea (sustituyendo el host, user, etc, por los mios??) |