Archive for October 17th, 2008

Friday, October 17th, 2008

Password Protecting Part of a Page

Server side scripts such as PHP can be used to provide effective password protection for parts of a web page or even complete web pages (unlike client side scripts where the content is either inaccessible when the script is disabled or the password can be extracted from the page source). he simplest such server side [...]