for President!  Name: Rob Location: UK Join Date: Mar 2006
Posts: 1,962
NP$: 0.00 ( Donate)
| session_start(); has to be the very first code on the page, after <?php
If you've just used a php include to include the contact form on another page, you need to move the session_start(); code out of contact.php, and to the top of the other file instead. |