hi
i've just startet to build up my own (tiny) webpage.
within that page i want to have a password protected area including files!
so far i managed to ask visitors for a password and then leading them to protected pages via form, check.php and include welcome.php
within welcome.php i want to offer links to some pdf-files.
but once someone got that links he can bypass my password form by simply typing the link into the browser's address field.
how can i protect my files, that people can only access them by filling my password form?
thanks in advance
marek