
June 9th, 2003, 01:59 PM
|
|
Junior Member
|
|
Join Date: Jun 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Got error on checklogin.php
I followed all the instructions to the tee but I think I missed something. I login and get this:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/swytch/public_html/phptest/login.php:1) in /home/swytch/public_html/phptest/login.php on line 52
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/swytch/public_html/phptest/login.php:1) in /home/swytch/public_html/phptest/login.php on line 52
Success!
Warning: Cannot modify header information - headers already sent by (output started at /home/swytch/public_html/phptest/login.php:1) in /home/swytch/public_html/phptest/login.php on line 59
What did I miss?
you can check my code at http://swytchcraft.com/phptest/login.php
|