i want to develop a webpage, i know how to program in html, but i do not know what should i use when i want to add user accounts to my webpage for the visitors to be personalize their visit. thanks
If you are going to store the data, like usernames & passwords, then you are going to need a database.
Just as well, if you want to compare the passwords without the viewer being able to view the (HTML) source code, you'll need a server side language.
PHP/MySql are most common for this on a small setup.
Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)