|
Posted by evan on 07/27/07 13:09
On Jul 27, 8:04 am, Bernhard Sturm <sturmnixs...@datacomm.ch> wrote:
> 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
Thanks, that's kind of what I meant, as in what programming language
do I have to learn. I've never really bothered with programming. I
tried out C once (just to try it) and got involved with other things.
So maybe I'll get into it now.
Please check out my group: groups.google.com/group/htmldesign
[Back to original message]
|