The Quiz World
Home
>>
PHP Web Development Quiz
>>
All Questions
>> Question
How do you get information from a form that is submitted using the "GET" method ?
Options:
A) $_GET
B) $_POST
C) $_REQUEST
D) A&C
Answer : A&C
PHP Web Development Quiz
Questions
Which of the following function is used for terminate the script execution in PHP?