Error:
Code:
b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\finalproject\inc\header.php:1)
Lines 1 & 2 of header.php
PHP Code:
<title><?php session_start();
And the last part says line 2 of header.php , and this is were it gets confusing. o.O theres only 2 lines, and no white space, as that seems to cause the problems with this method...(or from what i've read) and I can't seen to figure out the problem.
Any responses are greatly appreciated thanks.
Never mind - Solved it :P i'm retarded, just forgot that you have to start the session first Y_Y.
__________________
"Good News Everyone, by reading this your hearing my voice."
Last edited by Red_X_; 10-24-2007 at 12:52 AM..
Reason: Solved.
|