How does php interact with database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How does php interact with database

How does php interact with databases

9th May 2019, 1:41 PM
Thomas Walker
Thomas Walker - avatar
1 Answer
+ 1
Using a set of functions: 1-mysqli_connect() : Used to create a connection with your database 2- mysqli_query(): To preform queries on your database And there is a lot of functions you can check them out : https://www.w3schools.com/php/php_ref_mysqli.asp
10th May 2019, 1:28 PM
Omar Sherif
Omar Sherif - avatar