Discussion board
why is $_GET Function used in php?
By Abhijit Paul
why is $_GET Function used in php????
Reply
Post   Reset
Teacher SiliconIndia replied to Abhijit Paul Wednesday, March 17, 2010
HI Abhijit,
The built-in $_GET function is used to collect values in a form 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) and has limits on the amount of information to send (max. 100 characters).