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 having is

Re: [PHP] sending headers

2003-06-23 Thread Mario Oberrauch
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 lines before/after ?php/? . -- Mario Oberrauch

Re: [PHP] Else If/Elseif

2003-06-30 Thread Mario Oberrauch
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 --- CREATO - creative online systems - Spindler KEG

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 --- CREATO - creative online

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

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
[snip] My head looks like that - nothing special.. head LINK href=/css/main.css rel=stylesheet type=text/css TITLESome title/TITLE meta http-equiv=Content-Type content=text/html; charset=iso-8859-2 script language=JavaScript src=/javascripts/date_picker/date_picker.js/script /head [/snip]

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 meta http-equiv=content-encoding content=gzip (or an equiv. header() statement)