Forum : why is $_GET Function used in php?
Brief description  about Online courses   join in Online courses
View Abhijit  Paul 's Profile

why is $_GET Function used in php?

why is $_GET Function used in php????
Asked by Abhijit Paul | Mar 17, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
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).
Mar 17, 2010