I might be going about this the wrong way
I have a landing page that has a form on it. When i post that page the values of the from got to a page called mail.php
I wanted to add a captcha ( in this case re-captcha.com) to the first page to prevent people from spaming my job application site.
I am unsure how to use the php captcha to prevent people from posting but i was thinking that i could use it to set a boolean variable that i send to my mail.php page that will tell it weather or not to acutally send me a job applicants email.
1) how do I pass a variable from one php page to another?
2) is there a better way to use the captcha (im still new to php and web programing so i maybe going the long way around an easy question)
thanks