yarnold Posted July 18, 2007 Share Posted July 18, 2007 Hi All I'm doing a complex search engine script for one of my clients. Instead of having clumbersome code checking to see if $_GET variables are set and then setting them to pass onto the next page, do you know if there is a way of getting the WHOLE query string from the URL after ? in PHP? Any help would be greatly appreciated Thank You. Quote Link to comment Share on other sites More sharing options...
DeadEvil Posted July 18, 2007 Share Posted July 18, 2007 I'm not sure but try this function http_build_query(). Quote Link to comment Share on other sites More sharing options...
yarnold Posted July 18, 2007 Author Share Posted July 18, 2007 Fantastic, exactly what I was looking for - thank you very much! 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.