Hello! > I am getting an error by using header but I couldn't > find any part of my code that output anything before > using header.
Check your included files what included before using header(); These files start with <? and ends with ?> without whitespace after that? And you can use ob_start() at the start and ob_end_flush() at the end, and no problems with outputting before add headers. ============================================================= Heilig (Cece) Szabolcs - [EMAIL PROTECTED] - http://www.phphost.hu ============================================================= -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php