No hay conexión con el Servidor!";
exit();
}
// $link = mysql_connect("mysql14.ixwebhosting.com","webroot_asemtur","asemtur123");
// if (!$link) {
// die('Could not connect: ' . mysql_error());
// }
// echo 'Connected successfully';
// $link = mysql_connect('localhost', 'root', '');
// if (!$link) {
// die('Could not connect: ' . mysql_error());
// }
//Conecta a la BD
if(!mysql_select_db("webroot_nueva", $link)){
echo"No hay conexión con la BD!";
exit();
}
return $link;
}
// if(!mysql_select_db("nueva", $link)){
// echo"No hay conexión con la BD!";
// exit();
// }
//echo 'Connected successfully';
// return $link;
// }
?>