PHP Classes

HTML Submit form, method-post question

Recommend this page to a friend!

      Captcha Numbers  >  All threads  >  HTML Submit form, method-post question  >  (Un) Subscribe thread alerts  
Subject:HTML Submit form, method-post question
Summary:Can't submit my form, and validate the CAPTCHA both
Messages:1
Author:Ashton Cohen
Date:2014-03-10 20:01:01
 

  1. HTML Submit form, method-post question   Reply   Report abuse  
Picture of Ashton Cohen Ashton Cohen - 2014-03-10 20:01:01
I may be overlooking something obvious, but in testing this captcha code, I can not understand how to submit my form's data to my server-side form_mailer.php and also submit the form to <form action="<? echo $PHP_SELF ?>" method="POST">

Is there a method to validate the code, and THEN submit to the server-side form mailer?