View Full Version : Password entry!!!HELP!!!!


dan8
01-27-2003, 04:24 PM
I want to make a password entry system for my website but I can't figure out how to do it.
I want to be able to input users and passwords. When the password is entered, they can then access different parts of the site that others cannot.

I want the password entry system to look kinda like:
This (http://login.yahoo.com/config/login?.src=ca&.done=http://ca.yahoo.com/)

I know this may be hard, but I hope someone can help me.

Thanks,

Dan

Dude128
01-27-2003, 06:16 PM
you'll need to use a server side language such as ASP, PHP, or Perl, in conjunction with a database (one of the most popular types is MySQL).

first make sure your host supports everything you need, then try a search on google or any other search engine for scripts, or learn one of those languages yourself.