On Tue, Jul 02, 2002 at 09:49:14PM -0400, admin wrote:
> 
> Warning: Cannot add header information - headers already sent by
>  (output started at C:\apache\htdocs\php\setup\index.php:9) 
> in C:\apache\htdocs\php\htmlheader.php on line 30

The Manual at http://www.php.net/manual/en/function.header.php says, in
part:

"Remember that header() must be called before any actual output is sent,
either by normal HTML tags, blank lines in a file, or from PHP."

Now, reread that error message and it's PRETTY clear what's wrong.

--Dan

-- 
               PHP classes that make web design easier
        SQL Solution  |   Layout Solution   |  Form Solution
    sqlsolution.info  | layoutsolution.info |  formsolution.info
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7 Av #4AJ, Brooklyn NY     v: 718-854-0335     f: 718-854-0409

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

Reply via email to