Yes, I use those in other pages with no problem..it just this page
causes some problems..

-----Original Message-----
From: Sascha Cunz [mailto:Sascha@;GaNoAn.org] 
Sent: Sunday, November 03, 2002 1:03 PM
To: Paul; [EMAIL PROTECTED]
Subject: Re: [PHP] Am I blind? simple 15 line code producing error

>               require_once ("config.inc");
>               require_once "classes/HtmlTemplate.class";

> The error is:
> Warning: Cannot add header information - headers already sent by
(output
> started by.. ..line 6) ...on line 12
>
> Line 6 is the line with if ($HTTP_SESSION_VARS[user_id])
> Line 12 is the line starting with header

You should check, if these include files contain anything after their
closing 
?>.

-Sascha



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

Reply via email to