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. Link to comment https://forums.phpfreaks.com/topic/60513-solved-obtaining-the-whole-query-string-from-_get/ 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(). Link to comment https://forums.phpfreaks.com/topic/60513-solved-obtaining-the-whole-query-string-from-_get/#findComment-301034 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! Link to comment https://forums.phpfreaks.com/topic/60513-solved-obtaining-the-whole-query-string-from-_get/#findComment-301042 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.