1.
What type of attribute is used in an HTML form to specify where to send the form data?
2.
Which PHP superglobal array is used to retrieve form data sent with the POST method?
3.
What is the purpose of the isset() function in PHP when handling form submissions?
4.
Which attribute of the HTML <form> element specifies the HTTP method to be used when submitting the form data?
5.
What type of attribute is used in an HTML form to specify where to send the form data?
6.
Which PHP superglobal array is used to retrieve form data sent with the POST method?
7.
What is the purpose of the isset() function in PHP when handling form submissions?
8.
Which attribute of the HTML <form> element specifies the HTTP method to be used when submitting the form data?
9.
Which PHP function is used to sanitize user input to prevent SQL injection attacks?
10.
What is the purpose of the htmlspecialchars() function in PHP?