First page Back Continue Last page Overview Graphics
Request data
May be manually entered in URI:
May come from form data:
- If form submission method is “GET”, form data will be encoded on the URI. This is not as common as using the POST method to send form data, however.
- ... “POST”, the data will follow the request header data in a well defined format...
Notes:
Show echo example