session_start headers already sent

Mobile
feeds
Welcome Login | Register

session_start headers already sent
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » Tutorial and Guides Forums
        » » session_start headers already sent
session_start headers already sent
Post Description: this is an error i get when i run my php script i looked in my code but i cant find out what the problem is Tutorial and Guides
Post Tags:
This Post Has Been Viewed 14 Times Since Sun Jan 04, 2009 11:06 pm Author lucas with 3 replies
session_start headers already sent
Advertise On This Page




im getting this error on the wallpaper script, i added an include file and now im getting this

can you tell me what i did wrong

i dont understand it


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : session_start headers already sent

Comments and replies About session_start headers already sent
:: 1 :: Reply #88858 Reply By wallpaperama On Sun Jan 04, 2009 11:07 pm
wallpaperama:
usually you get this error because you already displayed some type of text or characters to the browser. check if you see any echo or print in your include file. make sure that you dont echo anything only after you have started the session_start() function for example.
:: 2 :: Reply #88859 Reply By lucas On Sun Jan 04, 2009 11:08 pm
lucas:
yes that was it, i had some echo line in there i was just testing and i forgot to remove it. thanks
:: 3 :: Reply #89089 Reply By php On Tue Jan 06, 2009 6:22 pm
php:
06-6942-php-logo.png
im a php programmer and this was very helpful to me to understand