Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
1 answer
5k views

REQUEST_URI set or not set

I have a small bit of sample code to pull in the URI of a page. This page runs on a Linux/Apache installation: $url = ""; if (!isset($_SERVER['REQUEST_URI'])) { echo "request_uri is not set"; $...
itrickski's user avatar
  • 129