| Re: My first lil script...and problems :p CNerd has it right.
Also my code works fine, you could have just replaced the $email variable with $_POST['email'].
What foreach does is look through all values in an array, and $_POST is an array of variables sent via a form. |