PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm having trouble using PHP to display the current URL in the Address bar. I see I need to use $_SERVER['REQUEST_URI'] but I need it in a variable then echo it later on a page.