web_master Posted April 20, 2008 Share Posted April 20, 2008 hi, on site I have a form, where can visitors input his mails. How can I cach all "GET" 's informations? mean if I had a: http://www.domain.com/index.php?c=productgroups_3_price&lg=hu&productgroups_2_1nr=01&productgroups_2_nr=01 to cach all this posts, because when the visitor input his email and submit that to came back on a same place where he was... I hope I was understadeble Link to comment https://forums.phpfreaks.com/topic/101984-solved-how-can-i-get-quotgetquot-s/ Share on other sites More sharing options...
wildteen88 Posted April 20, 2008 Share Posted April 20, 2008 If you want to return all $_GET data use $_SERVER['QUERY_STRING'] Link to comment https://forums.phpfreaks.com/topic/101984-solved-how-can-i-get-quotgetquot-s/#findComment-521921 Share on other sites More sharing options...
web_master Posted April 20, 2008 Author Share Posted April 20, 2008 If you want to return all $_GET data use $_SERVER['QUERY_STRING'] THANX Link to comment https://forums.phpfreaks.com/topic/101984-solved-how-can-i-get-quotgetquot-s/#findComment-521922 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.