url problem

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!

Moderator: General Moderators

Post Reply
rich
Forum Newbie
Posts: 5
Joined: Wed Aug 21, 2002 10:16 pm

url problem

Post by rich »

How to get present url with php?
fatalcure
Forum Contributor
Posts: 141
Joined: Thu Jul 04, 2002 12:57 pm
Contact:

Post by fatalcure »

Code: Select all

echo $_SERVERї'HTTP_HOST'].$_SERVERї'REQUEST_URI'];
Post Reply