Click to See Complete Forum and Search --> : Password Protect Area


Goose1
05-23-2004, 11:05 PM
I need to set up a password protect area for a web site. Can someone please help me with the code for set-up of the password and auto delivery to the recipient? Thank you.
Goose1

mvhall
05-24-2004, 03:41 AM
Hi Goose1,
You are talking about a php or other serverside scripting, possibly with a database to store your customers details?
If so, you are probably better off asking this question to a php forum.

If you need more info pm me.
cheers Maurice

DaveSW
05-24-2004, 11:40 AM
Question one should really be:
WHY do you want a password protected area? If you have a real need of security, then server side is needed - as suggested above. If it's just something simple that doesn't matter too much if somebody cracks it, then you might consider javascript - particularly if your host doesn't support server side.

rhsunderground
05-24-2004, 09:36 PM
if you are going to have something in the protected area that you actually want protected, then DEFINITELY use side-server, as has already been pointed out, otherwise, you can check out these js examples --->http://javascript.internet.com/passwords/

The Cheat
05-25-2004, 12:05 AM
and if your webserver is apache (most likely) you can use a .htaccess file

PeOfEo
05-25-2004, 12:19 AM
http://www.webreference.com/programming/asp/quasi/
just for the heck of pimping an article I wrote.