Update 'consql.php'
This commit is contained in:
parent
9456498a95
commit
83571219d5
1 changed files with 3 additions and 7 deletions
10
consql.php
10
consql.php
|
@ -3,18 +3,14 @@
|
|||
//# Change with your credential here.
|
||||
// Create Database first ;)
|
||||
|
||||
$servdb = "localhost";
|
||||
$userdb = "dayz";
|
||||
$pdb = "dayz32";
|
||||
$dbname = "dayzstat";
|
||||
$table = "StatServer_5";
|
||||
/*
|
||||
|
||||
|
||||
$servdb = "localhost";
|
||||
$userdb = "user";
|
||||
$pdb = "pass";
|
||||
$dbname = "database";
|
||||
$table = "StatServer_1";
|
||||
*/
|
||||
|
||||
$StatServer = $table;
|
||||
$con = new mysqli($servdb, $userdb, $pdb, $dbname);
|
||||
|
||||
|
|
Loading…
Reference in a new issue