Printable Version of Topic

Click here to view this topic in its original format

Dream.In.Code _ Web Development _ creating user account

Posted by: awing 7 Jan, 2009 - 10:23 PM

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

Posted by: no2pencil 7 Jan, 2009 - 10:32 PM

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)