A possible approach for building a web-based database application is which statements correct? thanks
An html form allows submission of values that are transmitted as key-value pairs to a page with a php block that connects to a database and constructs html content based on the result of the database query. The resulting html is sent to the client. |
||
An html form creates a connection to a database, inserts the key-value pairs of that form into queries using prepared statements, submits the prepared statements to the database, integrates the query result into the html page and displays it on the client side. |
||
A php page with an html form and php code blocks opens a connection to a database, inserts the values from the form into queries using prepared statements, submits those prepared statements to the database, and updates the html based on the query results. |
||
A php page without an html form creates a connection to a database, inserts values that the user inputs via php read statements into queries using prepared statements, submits those prepared statements to the database, integrates the query result into the html page and displays it on the client side |
Answer-
The Correct Answer is-
Explanation:
Note- Please do upvote, if any problem then comment in
box sure I will help.
Get Answers For Free
Most questions answered within 1 hours.