1. Which function is used in PHP to prevent Cross-site Scripting (XSS) by converting special characters to HTML entities?
2. What does the mysqli_real_escape_string() function do?
3. Which of the following is a secure way to get form input in PHP?
4. Which PHP function is commonly used to validate an email address?
5. What is the main goal of input validation?
6. What SQL command is used to retrieve all rows from a database table?
7. Which PHP function is used to execute SQL commands in a MySQLi connection?
8. Which HTTP method is usually used for deleting a record through a form?
9. In a CRUD app, what does the "Update" operation do?
10. Which SQL command deletes a row in a table?
Wait for 20 seconds...
Tags
PHP
