ok ... but the line of code that was the culprit was simply:

print "var id = ".$id."<br>"; //for debugging

how does that line constitute sending more header info?

Alex


"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Alexander Ross wrote:
>
> >I'm slowly beginning to undrestand this, but please bear with a php
novice.
> >When/how were the headers sent?  In other words, how do I know that they
> >have already been sent?
> >
> Because something other than a header has gone out. As something other
> has gone out, it is not possible to send more headers. Thus headers that
> were to be sent must have already been sent. I interpret this error
> message as "Something other than headers has already been sent so you
> cannot send headers now.", (but then I have been known to be wrong).
>
> HTH
> Chris
>



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

Reply via email to