This commit is contained in:
Ismail Cadaroski 2017-01-24 21:02:55 +01:00
parent a2dede758e
commit 77cc0c4342
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
// Enter your Host, username, password, database below.
// I left password empty because i do not set password on localhost.
$con = mysqli_connect("localhost","admin","admin4web","register_web1","3306");
// I left password empty because i do not set password on localhost .
$con = mysqli_connect("localhost","root","","register_web1","3306");
// Check connection
if (mysqli_connect_errno())
{