Posted by Bernhard Sturm on 07/27/07 13:04
evan wrote:
> I'm know alot about HTML, and I know some JavaScript, but could
> someone please help me out. I need some help making a code for logging
> in and creating a username and password. I know lots of websites have
> them, but does anyone know how here?
>
What do you mean by a 'login-table'? Usually this requires more than
just HTML-knowledge as a 'login-table' involves always server-side
technologies (you have just mentioned client-side techniques).
A proper login involves at least a proper session-management and usually
also some profound know-how about database handling. You have to make
sure, that you implement your login-function in a secure manner
(protection against x-site-scripting and SQL-injections...) If you are
familiar with PHP and MySQL-Databases then it shouldn't be a problem for
you. If this sounds unfamiliar to you I suggest reading a good book
about MySQL might help you.
bernhard
--
www.daszeichen.ch
remove nixspam to reply
[Back to original message]
|