On Wed, 2003-12-31 at 11:24, [EMAIL PROTECTED] wrote:
> > perhaps you could show some code snippets.
> 
> Thanks Warren, at least I know my message is getting through :-)
> 
> Well, I just got this:
> 
> Warning: Cannot send session cookie - headers already sent by (output
> started at /home/sites/site191/web/test2/changeAlertDetails3.php4:1) in
> /home/sites/site191/web/test2/navigationStart3.php4 on line 4
> 
> Warning: Cannot send session cache limiter - headers already sent (output
> started at /home/sites/site191/web/test2/changeAlertDetails3.php4:1) in
> /home/sites/site191/web/test2/navigationStart3.php4 on line 4
> 
> Just after session_start()
> 
> 
> from the code:
> 
>       <?php
>       include 'navigationStart3.php4';

Are these indents in the code (changeAlertDetails3.php4 I think)? You
can't have anything before the <?php.

- Brad

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to