Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/09/2003, 06:31
reverendopollo
 
Fecha de Ingreso: septiembre-2003
Mensajes: 1
Antigüedad: 20 años, 7 meses
Puntos: 0
Hola chavales a mi me da el siguiente error...


Can't connect to MySQL server on '212.0.105.109' (110) in /home/httpd/vhosts/pequejuegos.com/httpdocs/funciones2.php on line 10

tiene php, tiene mysql tiene de todo... pero no hay manera...

function conectar2($db)
{
$cid = mysql_connect("212.0.105.109", "user", "pw");
$db= mysql_select_db($db, $cid);
}

gracias!