Hi everybody,

My name is Andrew and I'm a beginner at PHP. What I'm doing is trying to get a form to check Captcha, send the form contents by email, and then have PHP redirect to the correct page.

I've been on this one for hours on end but I can't figure it out. I'm not that good of a PHP programmer (yet), but here goes what I got:

Code:
<?php
  require_once('recaptchalib.php');
  $privatekey
...