e.html";, "r");
>
> Have a closer look at fopen() and the "Filesystem" section in PHP
> manual.
>
> Just a warning: Be very, VERY careful when dealing with usernames and
> passwords like this. They must never get exposed in anyway. Your most
> dirty mind ju
Hello,
I have a folder with some restrictions on. Now I want to give some people
access to this folder and some not from within my webpage. When I use basic
authentication, I get a window where I can enter my username and password.
That's OK, for a bit. :) I want to get rid of that window and giv