Posted by Jonathan on 10/16/96 11:38
camou wrote:
> I cannot under this error message and how I may resolve it. Any help
> appreciated. It appears when I combine Smarty with session_start
>
> Warning: Cannot modify header information - headers already sent by
> (output started at /home/ ...
It means that data (page output) was already sent to the c;ient browser
before the session_start command is given.
Ths ession_start command should appear before any output is done,
usually at the top of the script.
Jonathan
Navigation:
[Reply to this message]
|