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?? Link to comment https://forums.phpfreaks.com/topic/109831-solved-_serverphp_self-how-to-store-get-variables/ Share on other sites More sharing options...
zenag Posted June 12, 2008 Share Posted June 12, 2008 $_SERVER['REQUEST_URI'] Link to comment https://forums.phpfreaks.com/topic/109831-solved-_serverphp_self-how-to-store-get-variables/#findComment-563630 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.