Thanks Morital the 2nd option worked and heres how it looks:
if (!$POST['Message'] || !$POST['Name'] || !$POST['SchoolName'] || (!($POST['Email']==$_POST['Email2'])))
{
include("error.htm");
} else
{
include("thankyou.php");
}
One more thing...this was an existing php script I used...someone else created it..could someone run through how this thing is working...I understand that if the fields message, name and schoolname aren't filled out it won't go through and also that the e-mail address typed into email and email2 must be exact, also that it goes to the error.htm page if any of that isn't finished or correct and it goes to thankyou.php if it is..i'd just like to know what all the characters in the script are doing...
and thanks for your time! you people rock.
-foochuck