Re: [PHP] output compression and MSIE

2003-07-09 Thread Mario Oberrauch
> Hi, > > I'm shocked. It seems it works! However.. My pages without forcing ISO > 8559-2 don't look good. What to use instead so? Hi, You could try leaving the line an and add content-encoding headers like this (or an equiv. header() statement) Haven't tried that, but i see a chance that it

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
[snip] > My looks like that - nothing special.. > > > > Some title > > > [/snip] sorry list for the mess in this thread. got somewhat wrong. try to take the following line out: (modifing to output correct type would be even better) regards mario -- PHP General Mailing List (http://ww

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
> Hello, > > I've found problem with MSIE showing sometimes blank page when > compression is turned on (no matter using zlib.output_compression or > gzip handler). I've found that happens when page is <=4096 bytes long > (output in HTML). And this suggested me to try to change buffer size > for co

Re: [PHP] Yahoo Stuff.

2003-07-01 Thread Mario Oberrauch
On Tue, 2003-07-01 at 03:21, Rasmus Lerdorf wrote: > Someone had subscribed [EMAIL PROTECTED] to > php-general. I got rid of it. > > -Rasmus wow, that's really nasty btw, got this mail too. -- Mario Oberrauch ---

Re: [PHP] Else If/Elseif

2003-06-30 Thread Mario Oberrauch
elseif' (in a single word). The syntactic meaning is slightly different (if you're familiar with C, this is the same behavior) but the bottom line is that both would result in exactly the same behavior." therefore: a space :o) -- Mario Oberrauch -

Re: [PHP] sending headers

2003-06-23 Thread Mario Oberrauch
t, the only thing happening infront of the headers > call is an include statement to my main db class; this class has > absolutely NO output unless a function is called (which it is not)... > > What am I missing? Hi too May be spaces/empty lin

Re: [PHP] Sessions and login

2003-06-11 Thread Mario Oberrauch
... [shortened] > Then I want the session to call authPage (because the pw is correct) together with > the session variable. The way I am doing this (doesnt seem to be working) is to call > authPage with as a header call eg: > header("Location: authPage.php"); > > The problem I think I am havi