Which two predefined variables are used to retrieve information from forms?
Which two predefined variables are used to retrieve information from forms? Correct Answer $_GET & $_SET
The global variables $_GET is used to collect form data after submitting an HTML form with the method=”get”. The variable $_SET is also used to retrieve information from forms.