hello
i m new in web site development
can tell me anybody how to maintain the login info in html
if i create login option in my html site now how to make a database in html site and how to login check for the user to logged in html site and download enable some file
please tell me concept and some example
please help me
Loading

Sam HobbsPosted Feb 20, 2010, 7:29 PM
You want to store the userids and passwords in the server, and when someone logs in, the userid and password gets sent to the server. You don't want to save the userid and password in HTML.
You can save the the userids and passwords in a database such as SQL Server or MySQL or in XML or in some other file format. What database does your server (your host?) provide?
kiran kumarPosted Feb 19, 2010, 9:56 PM
check this link "http://www.daniweb.com/forums/thread24148.html#"
mark the answer if it helps you