Hello,
What's the function to check which page a user is on?
Thanks,
Jason
function to check which page a user is on?
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: function to check which page a user is on?
Call phpinfo() and look at the $_SERVER[] vars. There should be one that contains what you want.
(#10850)