Page 1 of 1

another error

Posted: Thu Aug 22, 2002 4:23 pm
by uniquneo
Warning: Cannot send session cache limiter - headers already sent (output started at /users/iwebland.com/cheatsonline/php/Sessionlogin/protected.php:3) in /users/iwebland.com/cheatsonline/php/Sessionlogin/sessionauth.php on line 9

Warning: Supplied argument is not a valid MySQL result resource in /users/iwebland.com/cheatsonline/php/Sessionlogin/sessionauth.php on line 28


Anyone know what it means. im useing session and im sorry if the error is obvious to you im quite new to PHP

thankyou for replies Niall Hatton

Posted: Thu Aug 22, 2002 8:12 pm
by jason
Basically, you can't have ANY output before you start a sessoin. Output includes raw HTML, a single space, or anything you echo or even errors outputted by PHP.