another error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
uniquneo
Forum Newbie
Posts: 10
Joined: Thu Aug 22, 2002 2:10 pm
Location: Portsmouth
Contact:

another error

Post 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
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post 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.
Post Reply