forked from kamba4/sunders
refactor: Replaces PASSWD
with PASSWORD
This commit is contained in:
parent
b85516e397
commit
41b5ea2ab1
10 changed files with 23 additions and 27 deletions
|
@ -15,7 +15,7 @@ $id = 0;
|
|||
$latitude = 0;
|
||||
$longitude = 0;
|
||||
|
||||
$mysqli = new mysqli(MYSQL_HOST, MYSQL_USER, MYSQL_PASSWD, MYSQL_DB);
|
||||
$mysqli = new mysqli(MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DB);
|
||||
|
||||
if($mysqli->connect_errno) {
|
||||
echo "Error while connecting to DB : $mysqli->error \n" ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue