[PHP] Help! authorization question...

2002-06-13 Thread Robin Bouwhuis
Hello, I am new to PHP and trying to learn. I am trying a tutorial and this is the script. It is supposed to pop up a box requiring a username and pass. but all I get is 'Authorization Required' Any suggestions? I am running PHP3 and 4 and on an IIS server (it is just for testing, normally

Re: [PHP] Help! authorization question...

2002-06-13 Thread Julie Meloni
RB I am new to PHP and trying to learn. I am trying a tutorial and this is the RB script. It is supposed to pop up a box requiring a username and pass. but RB all I get is If you are using the CGI version of PHP, HTTP-based authentication will not work. That is stated in the tutorial. -