I am trying to create a user system for my website, when I log in I get these errors:
Code:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\documents and settings\administrator\desktop\intranet\development\final\admin\main.php:9) in c:\documents and settings\administrator\desktop\intranet\development\final\admin\main.php on line 10
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\documents and settings\administrator\desktop\intranet\development\final\admin\main.php:9) in c:\documents and settings\administrator\desktop\intranet\development\final\admin\main.php on line 10
Can anyone tell me how to get around this? I have tried removing all the 'white space'.