Click to See Complete Forum and Search --> : Saving registration data
Lord Tataraus
02-06-2008, 02:39 PM
Hi, I'm setting up my site's registration and login system. However, I'm basically clueless on how to set this up. I can read in entered data, but then I want to save it to an external file which holds all the users' data and passwords. How can I do this? I have a decent knowledge of javascript, but I'm still a beginner. Can this be done with javascript or should I use something else?
Also, is there a better (more secure/easier) system of saving user data and passwords?
Thanks!
LT
cgishack
02-06-2008, 06:46 PM
You need to use a server side language like Php, Perl or ASP.
Lord Tataraus
02-06-2008, 07:03 PM
You need to use a server side language like Php, Perl or ASP.
Darn, I guess I should get working PHP, thanks.
cgishack
02-06-2008, 07:19 PM
the more skills you learn, the better you will be :)
dilipv
02-07-2008, 01:44 AM
Hi, I'm setting up my site's registration and login system. However, I'm basically clueless on how to set this up. I can read in entered data, but then I want to save it to an external file which holds all the users' data and passwords. How can I do this? I have a decent knowledge of javascript, but I'm still a beginner. Can this be done with javascript or should I use something else?
Also, is there a better (more secure/easier) system of saving user data and passwords?
Thanks!
LT
Hi there,
if you are looking to save the Data then very first thing you need is the DAtatbase you can use either of the any Database.like Eg : SQL. and for server side scripting you need use Asp, or asp.net or Jsp as you wish..
But prefering Dot.net wil be the better one.
Thank you
Jitesh
.Net Consulting (http://www.intelcs.com/)