Posted by Ewoud Dronkert on 11/23/05 21:03
MaxPain wrote:
> functions.php is included in all the 3 files ..... it has
> session_start() at its very beginning.
Make sure that every time there is NO output whatsoever to the browser
before starting the session and manipulating session or cookie variables.
Output includes any characters (also spaces, newlines) before the first
"<?php" of the file.
--
E. Dronkert
Navigation:
[Reply to this message]
|