lokie538 Posted January 2, 2009 Share Posted January 2, 2009 Hi, I have a comment page, where there is a captcha and stuff. If something is not there like the captcha fails, it returns to the previous page. How do i send the information back (like their name and comment) to the comment page? I could use $_GET but that would be messy and huge, so how do i do it some other way? like $_POST. Im not sure how to like auto submit forms tho :/ Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/139189-pass-info-back/ Share on other sites More sharing options...
PFMaBiSmAd Posted January 2, 2009 Share Posted January 2, 2009 http://www.phpfreaks.com/forums/index.php/topic,231755.msg1074592.html#msg1074592 The correct way of processing forms is for the form and the form processing code to be on the same page. This results in the simplest code. Link to comment https://forums.phpfreaks.com/topic/139189-pass-info-back/#findComment-728012 Share on other sites More sharing options...
lokie538 Posted January 2, 2009 Author Share Posted January 2, 2009 hmm i think i see what you mean. Ill try modding my code and hit it up here too see if im doing it right! Link to comment https://forums.phpfreaks.com/topic/139189-pass-info-back/#findComment-728027 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.