I am very keen to introduce a password protection system onto my website, but one that only gets activated during office hours. In this way prospective clients can check out the sites at home during the evening free of charge. Do you have any suggestions? My site is enabled for PHP and SQL and CGI, but not ASP.
It should be quite possible. You will have to determine the current date\time each time a user visits the site. If its between office hours, present him\her with a login, otherwise simply proceed to the homepage.
Bookmarks