Posted by Mark on 01/21/05 05:47
Ben wrote:
>
> <?php session_start(); ?>
>
> <?php
> ob_start();
That blank line is killing you. In fact, any carriage return characters
not INSIDE <?php and ?> characters will cause output to be sent by PHP
unless you are using output buffering (ob_start()).
That means included/required files too !!!!
It can be quite upsetting to track all those down, so just make sure that
ob_start() is absolulutely the first thing that happens in ANY php script
file ...
marc.
--
I am not an ANGRY man. Remove the rage from my email to reply.
Navigation:
[Reply to this message]
|