Posted: Sat Feb 14, 2004 1:35 pm
Yes, it is just the bottom.
With the addition that I can now view the page. When I submit the form:
with empty fields:
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/faq.php:1) in /home/mysite/public_html/faq.php on line 211
(line 211 = header("Location: http://www.mysite.com/form_unsuccess.php");
with completed fields:
Message Sent
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/faq.php:1) in /home/mysite/public_html/faq.php on line 208
( line 208 = header("Location: http://www.mysite.com/form_success.php");
In the last one, I don't want anything written either - the 'Message Sent' bit
With the addition that I can now view the page. When I submit the form:
with empty fields:
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/faq.php:1) in /home/mysite/public_html/faq.php on line 211
(line 211 = header("Location: http://www.mysite.com/form_unsuccess.php");
with completed fields:
Message Sent
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/faq.php:1) in /home/mysite/public_html/faq.php on line 208
( line 208 = header("Location: http://www.mysite.com/form_success.php");
In the last one, I don't want anything written either - the 'Message Sent' bit