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? Quote 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. } ?> Quote Link to comment https://forums.phpfreaks.com/topic/82496-registration-question-general/#findComment-419383 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.