john010117 Posted May 2, 2007 Share Posted May 2, 2007 Whoops. Double post. My post Quote Link to comment https://forums.phpfreaks.com/topic/49604-solved-a-quick-question/ Share on other sites More sharing options...
trq Posted May 2, 2007 Share Posted May 2, 2007 My question is, how would you send those same variables (that the user has submitted) through links? Using GET. eg; <a href="foo.php?var=bar">goto foo</a> Would provide foo.php with $_GET['var'] containing 'bar'. Quote Link to comment https://forums.phpfreaks.com/topic/49604-solved-a-quick-question/#findComment-243205 Share on other sites More sharing options...
pkirsch Posted May 2, 2007 Share Posted May 2, 2007 Hey, I never thought of doing that! Smart, smart, smart! Quote Link to comment https://forums.phpfreaks.com/topic/49604-solved-a-quick-question/#findComment-243212 Share on other sites More sharing options...
john010117 Posted May 2, 2007 Author Share Posted May 2, 2007 Right. Why didn't I think of that? I was only thinking of POST. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/49604-solved-a-quick-question/#findComment-243213 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.