help me out to understand headers already sent

Discussion in 'PHP' started by diva, May 10, 2010.

  1. diva

    diva New Member

    Joined:
    May 10, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Am new to php, when i tried with login code i got this warning, pls help me to understand the reason for its occurence....


    "
    The Warning says: Cannot send session cache limiter - headers already sent "
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Re: hi! Pls help me out to understand this issue better....

    You are trying to output something where as you have headers already setup to do something else.
     
  3. qre3dogawanainggolan

    qre3dogawanainggolan New Member

    Joined:
    Oct 21, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    You are needed to be sure that you put header exactly after <?php in your code there are no any else including empty space after ?> ..
    If you're already sure, the problem must be in your editor, some editors have bugs whereas they conceal header containing array sent before the first <?php in your code.. Copy your code in simpler editor such as notepad, or ultra edit and save it with different name , then replace the link name in another your php page pointed to the code by using new name.. It must be success ..
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice