I'm not sure where the error is, because when you go to the URL, it's saying it's on line 182.
But here's the section of code, with <?php being line 182.
<?php
if(!array_key_exists('formMessage', $SESSION))
$SESSION['formMessage'] = "";
if(!array_key_exists('form_element0', $SESSION))
$SESSION['form_element0'] = "";
if(!array_key_exists('form_element1', $SESSION))
$SESSION['form_element1'] = "";
if(!array_key_exists('form_element2', $SESSION))
$SESSION['form_element2'] = "";
?>
Should I post all the code, all 300 lines or so?
Thanks for the reply.