PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have recently payed little attention to my PHP project for university - I came back to it today, and when firing up the site on localhost, I got this message at the top of each page:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\WWW\project\login\signout.php:11) in C:\WWW\project\login\accesscontrol.php on line 15
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\WWW\project\login\signout.php:11) in C:\WWW\project\login\accesscontrol.php on line 15
The only thing that I believe I have changed since last working on the site is my firewall - I now use Sygate rather than Norton... is there a setting or rule that I am missing or is this something else?
I did bother to search on the Internet... but I am not very experienced, I could not find any solution in general so I was hoping someone on this forum would be kind enough to provide a lay explanation