+ 2
How to connect database to php?
when we try to connect the page to database it displays no file found!!
1 Odpowiedź
+ 4
which database do you try to connect to? mySQL?
that'd be
$conn = mysqli_connect($host, $user, $password);
when we try to connect the page to database it displays no file found!!