PHP Error “headers already sent”
If got an error like this one:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at E:\websites\index.php:3) in E:\websites\index.php on line 5
it means you tried to change headers of the file after sending the content of the file.