What is the standard PHP function for connecting to a MySQL database?
When is the mysql_result
function not optimal?
Give one reason why using the POST
form method is usually better than
GET
.
How can you determine the most recently entered value of an
AUTO_INCREMENT
column?
Which PHP function escapes a string, making it suitable for use with MySQL?
Which function can be used to prevent XSS injection attacks?
See Chapter 10 Answers in Appendix A for the answers to these questions.