Avatar of Richard Korts
Richard Korts
Flag for United States of America

asked on 

php - headers sent??

I get this:

Warning: Cannot modify header information - headers already sent by (output started at /home/rkassoc/public_html/Houston/save_to_session.php:65) in /home/rkassoc/public_html/Houston/post_form.php on line 76

Attached is post_form.php & save_to_session.php

How does it think line 65 of save_to_session.php (the closing php tag) is sending a header?

How do I fix?

Thanks
post_form.php
save_to_session.php
PHP

Avatar of undefined
Last Comment
Mukesh Yadav

8/22/2022 - Mon