Linking php with sql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Linking php with sql

Who can teach me how to link an html with php form with sql database

1st Jun 2019, 9:01 PM
xpan
xpan - avatar
3 Answers
+ 4
You can get started from this site, it's beginner friendly and has pretty good examples. http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers
1st Jun 2019, 9:55 PM
Ipang
+ 4
mysqli_connect(ServerIP, Username, Password, DBname);
2nd Jun 2019, 1:03 AM
haydenki
haydenki - avatar
+ 4
Thanks guys
2nd Jun 2019, 5:24 PM
xpan
xpan - avatar