1. Which function is used in PHP to connect to a MySQL database using MySQLi?
2. What does the mysqli_query() function do?
3. Which SQL statement is used to insert new data into a table?
4. How do you fetch one row from a result set in PHP using MySQLi?
5. Which SQL command is used to change existing data in a MySQL table?
6. What function is used to start a session in PHP?
7. What superglobal is used to store session data?
8. Which hash function is commonly used to store passwords securely in PHP?
9. During login, how do you verify a password hashed with password_hash()?
10. Which of the following is a correct way to redirect a user after login in PHP?
Wait for 20 seconds...
Tags
PHP
