Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: HTML question on passwords  (Read 3124 times)

0 Members and 1 Guest are viewing this topic.

S_R_S5

  • Guest
HTML question on passwords
« on: February 09, 2008, 04:32:58 PM »
Is there a way to set a password to a page so only people with the password can enter?

thanks,
S_R_S

diablo416



    Hopeful
    • Experience: Beginner
    • OS: Unknown
    Re: HTML question on passwords
    « Reply #1 on: February 10, 2008, 11:57:59 AM »
    read this and follow the directions here
    http://www.dynamicdrive.com/dynamicindex9/password.htm

    michaewlewis



      Intermediate
    • Thanked: 26
      • Yes
      • Yes
    • Experience: Expert
    • OS: Unknown
    Re: HTML question on passwords
    « Reply #2 on: February 11, 2008, 10:54:17 AM »
    really the best way to do it is by using a server side program to store and check the passwords. PHP and mysql would be the preferred way to do this.