Hi guys.
I'm at chapter 4 on page 204. The code is working fine up to the point where I introduce the stiicky data code in the html form: value="<?php echo $subject; ?>" and the same thing with the textarea. The problem is if $output_form is true, then you still have undefined values you are trying to echo which are the $subject and $text due to the fact that isset = false. I even tried the downloaded code from the zip file available on the head first server and it had the exactly same problem with mine. I saw some posts regarding the issue but none solution. can anyone help?











