How to connect database to php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to connect database to php?

when we try to connect the page to database it displays no file found!!

1st Feb 2017, 6:25 AM
Mustansir Raja
Mustansir Raja - avatar
1 Answer
+ 4
which database do you try to connect to? mySQL? that'd be $conn = mysqli_connect($host, $user, $password);
1st Feb 2017, 7:48 AM
Mario L.
Mario L. - avatar