Q. How can you send data to a PHP script via a form?
β
Correct Answer: (C)
Using both GET and POST
Explanation: Forms can send data using both GET and POST methods.