mabus Posted September 6, 2008 Share Posted September 6, 2008 Hi, I need help on how I may go about doing some get variable passing from one page to another. The situation is that , it all starts in one form, with a method of 'GET'. It has to be 'GET' 'cause the query string that it generates for the url is important for this case. Now, when the form is submitted, there will be a result page that has a link to another page. What I want is that when this url link is clicked, the results of the passed form (basically the $_GET variables) is also passed to that other page. My problem is how am I going to pass the $_GET variables via that url link. Is there a method that can convert the $_GET variables automatically into a string? or is there a method to get the generated url query string so I can pass it around? Please send in your comments. Thanks 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.