HTML/PHP mail Form Tutorial

haha… I just sent you a PM - didn’t know if you were still subscribed… ok, that makes sense. I couldn’t figure out where the “submit” came from.

you should also mention that on the tag for the submit button, you have to add name=“submit”, like this

 <input type="submit" name="submit" value="submit">

Otherwise, the variable does not exist, and the if statement is false. You don’t have that on your first post.

good call. forgot to mention that.

Actually, I caught those when I first wrote it out. Typos happen - no big whoop. But I still get that illusive extra email…Obviously it’s sending an extra blank form because I get the <> that’s around the $fromEmail.
???

Hey Jubba - I made this after learning from your tutorial:

www.cahsee.org - go to the bottom, and click where it says “report a bug on this page.”

And voila! There’s my form. Thanks man.
Raf