GET Variable - English

13478 visits



Outline:

GET Variable The built-in $_GET function is used to collect values from a form sent with method="get". Information sent from a form with the GET method is visible to everyone (it will be displayed in the browser's address bar) It has limits on the amount of information to send.