// Replace the variable values below // with your specific database information. $host = "localhost"; $user = "internet_bpolist"; $pass = "3V80JuaIE+Mn"; $db = "internet_bpolist"; // This part sets up the connection to the // database (so you don't need to reopen the connection // again on the same page). //$ms = mysql_pconnect($host, $user, $pass); global $ms; $ms = mysqli_connect($host, $user, $pass,$db); if ( !$ms ) { echo "Error connecting to database.\n"; } // Then you need to make sure the database you want // is selected. //mysql_select_db($db); ?>
Login below to access the Top BPO Companies List.