help, i'm new in web programming. how do i connect the web with database ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

help, i'm new in web programming. how do i connect the web with database ?

17th Sep 2017, 8:19 AM
Muhammad Bimo Abditama
Muhammad Bimo Abditama - avatar
4 Answers
+ 5
@Bimo, I see you're learning PHP, you use PHP to interface between the web (HTML) and the database, PHP sends requests and receives responses from the database server and formats it for output in the web, or uses data transfer format (JSON or XML) to send or receive data. Take a look at this link, I hope it can help you. http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers Hth, cmiiw Semangat @Bimo
17th Sep 2017, 10:22 AM
Ipang
+ 6
By PHP you can connect your database with the HTML document as PHP is a server side scripting language. By SQL you can make your own database .
17th Sep 2017, 8:30 AM
Vansh
Vansh - avatar
+ 5
You're most welcome @Bimo, glad to help.
17th Sep 2017, 10:37 AM
Ipang
+ 1
@Ipang, Thank you Very Much. very useful
17th Sep 2017, 10:33 AM
Muhammad Bimo Abditama
Muhammad Bimo Abditama - avatar