I need a login script where members login with username and password and enter their own section of a website that is mainly just HTML, does anyone here have a script that does that? Thanks.
The only way I know to protect straight html is to change the permissions for the folder on the server and let the browser authenticate to the server itself.
Otherwise you may need to change all the html to asp pages so you can do some server-side checking before the page is served up to the client.