quote:
Originally posted by Chris.
No No No No and No. None of these solutions are suitable for password protecting a page (although the PHP one will work). The best way to password protect a page is to use Apache's built in functions using .htaccess and .htpasswd.
Simply google to find out more about it.
If the host uses Apache, this is the best way to go, as it requires no module loading or anything like that. If it doesn't, you're going to need to know some PHP or Javascript.