Preserved Topic: header error: php sessions (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: chicago, IL usa |
posted 03-05-2003 09:00
hola! any clue why i'm getting the header error at the following page? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-05-2003 09:24
you probably have a newline, or a whitespace before the first <?. |
Maniac (V) Inmate From: Florida |
posted 03-05-2003 15:31
Tyberius is correct, however sometimes it's not that simple =) code: <?php ob_start();
|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-05-2003 15:46
output buffering of course will prevent 'bigger' pages from being displayed before the php script has flushed the buffer. |