My php page gives me the following error
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /apa/htdoc/sch/seach.php:7) in /apa/htdoc/sch/lib.php on line 3
can someone please tell me why?
thks in advance
Error
Moderator: General Moderators
You could start searching the web (or this forum) for other posts about this error...
It has been handled so many times that i seriously doubt that you've done this already... There is a sticky thread in this forum with guidelines for posting.. Might want to read this first.
It has been handled so many times that i seriously doubt that you've done this already... There is a sticky thread in this forum with guidelines for posting.. Might want to read this first.
Thks for ur reply, i did do a search before i post this , but i still can't get the ideatimvw wrote:You could start searching the web (or this forum) for other posts about this error...
It has been handled so many times that i seriously doubt that you've done this already... There is a sticky thread in this forum with guidelines for posting.. Might want to read this first.
i just went to search, typed in headers already sent, changed forum to php - code and got this...
viewtopic.php?t=42518&highlight=headers+already+sent
EDIT: just to let you know, session_start has to be started before any output normally at the very top of the script.
session_start
viewtopic.php?t=42518&highlight=headers+already+sent
EDIT: just to let you know, session_start has to be started before any output normally at the very top of the script.
session_start
this is the info that i'm looking formickd wrote:i just went to search, typed in headers already sent, changed forum to php - code and got this...
viewtopic.php?t=42518&highlight=headers+already+sent
EDIT: just to let you know, session_start has to be started before any output normally at the very top of the script.
session_start
Thkssession_start has to be started before any output normally at the very top of the script.
mickd pls help on my question at viewtopic.php?p=228599#228599