RE: [phplib] no headers From: Daniel Bondurant (bondu <email protected>)
Date: 06/08/01

can't send anything before session_start() since the cookie header info
has to go first (by http rules). The page just plain breaks if you do
it.

html wrappers won't work in this case, or I would use it.

-----Original Message-----
From: Sam C. Nicholson !! [mailto:scion <email protected>]
Sent: Friday, June 08, 2001 12:39 PM
To: Daniel Bondurant
Subject: Re: [phplib] no headers

send the headers before calling session_start?
I mean, don't test, just do it. Then after the
test, decide to send the real image, or a fake
one with info on how to get the real one.

Another thing to try, and I have no idea what you're
up to visually, is to send the image in an html
wrapper. E.g.

<html><body><img src=file.jpg border=0 etc=ad.nauseum></body></html>

-sam

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>