Click to See Complete Forum and Search --> : Members Area code...
GHOST
09-05-2003, 11:34 PM
I need a code that lets the visitors in my site register and become a member of my site. Their info is sent to a database only I have accsess to, it could be password protected, so I can send out my newsletter or delete a member. Later on they can login by typing in their e-mail address and their chosen user name.
This can not and should not be done with JavaScript since for one javascript is not secure at all and the visitors to your site can see the passwords in the source of your site. For two because javascript is client side which means you cannot modify files on the server. You need to use a server side language such as php, cgi, etc... Pyro has done many scripts for members areas so you might wanna give him a ring on the php forum if your web server supports php that is! Hope that helps. :D