Thread: logging in
View Single Post
Old 04-30-2008, 03:09 PM   #8 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by ricrhys View Post
cheers guys got the log in bit working now, but the session start seems to be giving me an error Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /berw/ugrad1/base/r/rre7/public_html/sonicandtails/test.php:2) in /berw/ugrad1/base/r/rre7/public_html/sonicandtails/test.php on line 3

any ideas why its doing this
Yes, you cant do session_start after the headers have ended. This is either caused by you outputting anything. Simply put, you must do that command before you output a line of text.
__________________

Village Idiot is offline  
Reply With Quote