Ver originalrequire 'mysql.php'; function algo() { global $link; mysql_select_db( "algo", $link ); // etc.}