amb99 Posted February 16, 2007 Share Posted February 16, 2007 Hi, I think this was answered before but I can't seem to find it ??? How can I get the get like script.php?var instead of doing script.php?getmode=var Thank you for any help. Link to comment https://forums.phpfreaks.com/topic/38751-solved-how-to-get-the-get-scriptphpvar/ Share on other sites More sharing options...
taith Posted February 16, 2007 Share Posted February 16, 2007 $_SERVER['QUERY_STRING'] that'll return everything after the ? Link to comment https://forums.phpfreaks.com/topic/38751-solved-how-to-get-the-get-scriptphpvar/#findComment-186216 Share on other sites More sharing options...
amb99 Posted February 16, 2007 Author Share Posted February 16, 2007 Thank you! Link to comment https://forums.phpfreaks.com/topic/38751-solved-how-to-get-the-get-scriptphpvar/#findComment-186349 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.