Page 1 of 1

function to check which page a user is on?

Posted: Mon Apr 21, 2008 12:42 am
by neridaj
Hello,

What's the function to check which page a user is on?

Thanks,

Jason

Re: function to check which page a user is on?

Posted: Mon Apr 21, 2008 1:54 am
by Christopher
Call phpinfo() and look at the $_SERVER[] vars. There should be one that contains what you want.