Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Dani
Hi ! thanks for the info. when I tried to open some of include files directly from the browser, they work fine. So I guess it's just my authentician page which doesn't work. I'll keep trying. Thanks again! Nick Wilson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > * On 19-01-0

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 19-01-02 at 13:02 * Marcel Besancon said > Hi, > > maybe it's a problem of netscape. In many cases netscape doesn't > work like the IE. Just remember CSS and other things !!! Yes, but this is *server side* code. I suspect you're r

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 19-01-02 at 12:55 * Dani said > Hi again! > > I tried it and I still get the error. > > Do you think that this has somthing todo with my PWS server? or the installation > of PHP? > Could be althoug that doesn't really explain why it wor

AW: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Marcel Besancon
ck Wilson > Cc: [EMAIL PROTECTED] > Betreff: Re: [PHP] PHP - browser - ERROR ! > > Hi again! > > I tried it and I still get the error. > > Do you think that this has somthing todo with my PWS server? or the installation > of PHP? > > thanks! > > Nick Wilson wr

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Dani
Hi again! I tried it and I still get the error. Do you think that this has somthing todo with my PWS server? or the installation of PHP? thanks! Nick Wilson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > * On 19-01-02 at 12:35 > * Dani said > > > Hi Nick! > > Thanks for the

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 19-01-02 at 12:35 * Dani said > Hi Nick! > Thanks for the reply. > > here the code: This works on IE but not Netscape (strange!) > > session_start(); > if (!isset($lgname)&&!isset($passw)) > { > include("login_input.php"); > } > > el

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Dani
Hi Nick! Thanks for the reply. here the code: This works on IE but not Netscape (strange!) session_start(); if (!isset($lgname)&&!isset($passw)) { include("login_input.php"); } else { if ($checkpsw) { session_register("session_login");

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 19-01-02 at 12:24 * Dani said > Hi! > > I'm trying to make a user login page and it works fine with Internet > explorer. However when I try it using Netscape 4.5 I get this ERROR > message: > > "HTTP Error 405 > > 405 Method Not Allowed

[PHP] PHP - browser - ERROR !

2002-01-19 Thread Dani
Hi! I'm trying to make a user login page and it works fine with Internet explorer. However when I try it using Netscape 4.5 I get this ERROR message: "HTTP Error 405 405 Method Not Allowed The method specified in the Request Line is not allowed for the resource identified by the request. Pleas