change default
This commit is contained in:
+4
-4
@@ -9,10 +9,10 @@ Please read the "Readme.txt for license agreement, installtion and usage instruc
|
|||||||
$superbowlURL = "http://www.vnlisting.com/superbowl";
|
$superbowlURL = "http://www.vnlisting.com/superbowl";
|
||||||
|
|
||||||
//make changes accordingly to your database
|
//make changes accordingly to your database
|
||||||
$hostname = "lukhach.powwebmysql.com";
|
$hostname = "localhost";
|
||||||
$database = "superbowl_51";
|
$database = "superbowl";
|
||||||
$username = "superbowl51";
|
$username = "superbowl";
|
||||||
$password = "vnlisting";
|
$password = "password";
|
||||||
$db = mysql_connect($hostname, $username, $password);
|
$db = mysql_connect($hostname, $username, $password);
|
||||||
$db_select = mysql_select_db($database, $db) or mysql_error();
|
$db_select = mysql_select_db($database, $db) or mysql_error();
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user