everything should be db.inc not hardcoded!
This commit is contained in:
@@ -4,6 +4,6 @@ $dbname = 'usertable';
|
||||
$dbuser = 'usertable';
|
||||
$dbpass = 'password';
|
||||
$pdo = new PDO('mysql:host='.$mysqlhost.';dbname='.$dbname.'', $dbuser , $dbpass);
|
||||
|
||||
//$pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password');
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user