In PHP, How do I find the URL of the page I am searching? Is it something in header()? I want that my PHP page knows its URL and prints in the footer the name of the page. Ot is the any request object in PHP, from where I can extract the requested page's name?
Please help.