Click to See Complete Forum and Search --> : Website Login Script
i_am_chris83
10-07-2003, 08:25 AM
Hey guys, does anyone know where I can find a script that will help me? I'm trying to create a login system for a "members area" for my website, I think I will have to link it up with a database... :confused:
If anyone can help me I would appreciate it.
Thanks
Chris
Khalid Ali
10-07-2003, 09:34 AM
You will need to learn some server side programming langugae for this purpose, such as ,
JSP
PHP
ASP
etc
JavaScript is only a client side scripting language.
Macman
10-08-2003, 12:53 AM
I might suggest you check out this site: http://siteinteractive.com/acctlite/ they have a shareware program called Account Manager Lite. It do the trick for you.
As Khalid mention JavaScript is a client side scripting language and could not provide you with the control you need. You also need to have plenty of information available to you about what your server is running in order for you to have a meber log-in system.
Macman