[PHP] Re: Problem with Header!

2001-11-16 Thread George Whiffen
Yeah, It seems to be a black art to get the browsers to behave properly. I don't know if it's relevant but I use Content-disposition and Content-type rather than Content-Disposition and Content-Type and it seems to work for me for "inline;". I haven't tried "inside;". If you really can't get

[PHP] Re: Problem with header()

2001-09-05 Thread _lallous
I'm not sure if this will help but try putting an ob_start() as the first line, and just flush the output and redirect with Header() "Alex Shi" <[EMAIL PROTECTED]> wrote in message 00e801c135bb$2f75a480$0105050a@pony">news:00e801c135bb$2f75a480$0105050a@pony... > Hi, > > Can anyone tell me why he