> Get a strange parse error at End of File If you get a parse error on the very last line of the file, it's generally because you missed a closing bracket somewhere.
In your case, you're missing the closing bracket for this elseif elseif ($SENDMAIL == 'true') This is where proper indentation of your code will help you catch simple mistakes like this... ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php