$conexion = mysql_connect($bd_host, $bd_usuario, $bd_password) or die(mysql_error()); mysql_select_db($bd_base, $conexion) or die($mysql_error());