For GET requests, the encoded data send appended to the URL : Request Info « Design Patterns « PHP






For GET requests, the encoded data send appended to the URL


<?

echo getenv("$QUERY_STRING");

?>


           
       








Related examples in the same category

1.Whether the request was GET or POST
2.The full address of the request including query string
3.The address of the page from which the request was made