0
help, i'm new in web programming. how do i connect the web with database ?
4 Respuestas
+ 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
+ 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 .
+ 5
You're most welcome @Bimo, glad to help.
+ 1
@Ipang, Thank you Very Much. very useful