Código PHP:
$hostname_mauro = "www.rio4x.xxx.xx";
$database_mauro = "rioxxxx";
$username_mauro = "xxx";
$password_mauro = "xxx";
$mauro = mysql_pconnect($hostname_mauro, $username_mauro, $password_mauro) or die(mysql_error());
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home2/torneo/public_html/equipos.php on line 3
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home2/torneo/public_html/equipos.php on line 5
gracias