change the credentials for the db login

This commit is contained in:
Andreas Zweili 2017-02-03 17:40:00 +01:00
parent f12649cfc2
commit 0a7e39ace1
1 changed files with 1 additions and 1 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","root","","register_web1","3306");
$con = mysqli_connect("localhost","webshop","password","webshopdb","3306");
// Check connection
if (mysqli_connect_errno())
{