The full address of the request including query string : Request Info « Design Patterns « PHP






The full address of the request including query string


<?

echo getenv("$REQUEST_URI");

?>


           
       








Related examples in the same category

1.Whether the request was GET or POST
2.For GET requests, the encoded data send appended to the URL
3.The address of the page from which the request was made