abdfahim Posted June 12, 2008 Share Posted June 12, 2008 Hi, when I use $_SERVER['PHP_SELF'], i can get only the page name. For example, if my url is abc.php?var=thisvar, the I will get only abc.php when I use $_SERVER['PHP_SELF']. How can I get full page address with the passed variables?? Quote Link to comment Share on other sites More sharing options...
zenag Posted June 12, 2008 Share Posted June 12, 2008 $_SERVER['REQUEST_URI'] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.