GET is the method used by the browser to request normal web pages, but it can also be used to submit form data. Type a search term in to Google and hit search - notice how the results page has your query encoded in to the URL shown in your browser's task bar. GET is ideal for applications like search engines where being able to bookmark the resulting page is useful. GET is limited in that it can only handle small amounts of data.
Variables sent to a PHP script using the GET method are made available to your program as items in the $_GET global array. For example, data from a text field <input type="text" name="firstname"> sent using GET will be available to your program as $_GET['firstname'] .
all rights reseverd by Cramerz.com©. web development by
web design company
DotPeak. hosting by HostBay
all contents on cramerz are the property of Cramerz.com. web design courses