i have html base web pages.. and want to offer login facalites for visitors.. is any way i can offer login for my veiwers.. sunita
If you want just to display some pages to members only, consider Password Protecting a Directory. Password protecting a directory can be easily done without much programming knowledge.
To do this you need to have little knowledge in php.If you learn about variables and if else commands you can do it your self easily.. if you need help try referring to this video ,I'm also learned basic from it. http://www.youtube.com/watch?v=d4qdqUpenWk Code (markup):
nimonogi is right. Protecting an entire directory (e.g "members-only") is the simplest and quickest way to do it. It works with HMTL files, and there's no need to noodle around with PHP. Google something like: "htaccess password protect directory". Or you can simply do it from cPanel
look bro if don't u don't have a database and cant programme the site You can use a simple code it just put a password on the page and u simply enter it but u have to encrypt the code so hackers and Advanced users cant get the pass from the HTML source. You could encrypt it using HTML Guardian