mjahkoh Posted December 20, 2007 Share Posted December 20, 2007 Am an emigrant from cf. Now when am using a captcha system in my reg form, cant i post to same form, and if all is well redirect to the successful page. Or how are things done? Link to comment https://forums.phpfreaks.com/topic/82496-registration-question-general/ Share on other sites More sharing options...
trq Posted December 20, 2007 Share Posted December 20, 2007 If I read your question correctly, the answer is yes, your form can post back to itself. <?php if (isset($_POST['submit'])) { // process form } else { // display form. } ?> Link to comment https://forums.phpfreaks.com/topic/82496-registration-question-general/#findComment-419383 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.