> 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