Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

What is HTTP get?

HTTP get is a method of carrying over data from one page to another through the url. The syntax for sending a piece of data named number with the number nine is:
http://url.com/?num=9
If you wanted to send two pieces of information, you place an ampersand (&) between them:
http://url.com/?num=9&action=edit

Improve Answer Discuss the question "What is HTTP get?" Click here to register and get updates when this answer is edited.

First answer by Oceanix. Last edit by Oceanix. Contributor trust: 9 [recommend contributor]. Question popularity: 1 [recommend question]

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > Web Programming > What is HTTP get?