Hannibal,
Sorry I didn't get back to you on this thread. Here is what I am using for a form validator that posts to itself. I found some of these techniques on this forum in my search for form validation. This whole code works 100%... Let me know if it helps.
Put this at the top of your form page and make sure your page ends with .php.
<?php session_start(); ?>
The rest of the form code in my form is seperate because I have built a template around it. Take a look at www.itsasoycandle.com/joinclub.php for the final result.
I may have been a little redundent on the error checking, but I wanted to make sure. I am not a PHP guru by any means. I just have 12 years of programming in VB and about 4 in Java, HTML, ASP. I picked PHP up really fast, and now will use nothing else because of its power and ease of use... Let me know if this worked for you...
Ooops, the text is too long for this board, so I will attach the file...