![]() |
help me out to understand headers already sent
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 " |
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.
|
Re: help me out to understand headers already sent
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 .. |
| All times are GMT +5.5. The time now is 09:33. |