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");
                  $session_login =$lgname;
                  include("admin.php");
            }
              else
          {
                  echo"Not a member!";
          }
}

thanks!

Nick Wilson wrote:

> -----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
> >
> > The method specified in the Request Line is not allowed for the resource
> > identified by the request. Please ensure that you have
> > the proper MIME type set up for the resource you are requesting.
> >
> > Please contact the server's administrator if this problem persists."
> >
> > What have I done wrong????
>
> No idea. Why not post the code in question?
>
> - --
>
> Nick Wilson
>
> Tel:    +45 3325 0688
> Fax:    +45 3325 0677
> Web:    www.explodingnet.com
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
>
> iD8DBQE8SViDHpvrrTa6L5oRAoMXAJ4pfMq6f8J67BAl/SgREw4u9vF7bQCdH1mR
> LEs+lKt9e0GloWjfCFPGcps=
> =tIfq
> -----END PGP SIGNATURE-----
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to