PDA

View Full Version : User Login



wgs22
04 Sep 2006, 08:32 AM
I am trying to start a website that will require users to log in. I need to have some sort of form that will ask the user for a log in, password and email address. (similar to the one required to register for this site). I have tried some java scripts that i've found by searching google, but nothing works to well. Is there a program or does anyone have any idea of where i should look?

As of now, im running this site of my desktop computer and I'm using FrontPage(for now).

basind
06 Sep 2006, 05:30 AM
Try PHP or ASP. They are generally what people use for logins. For example this forum uses PHP, but thats generally the standard for forums.

PHP is generally considered better for logins (i think)

But try them out