Help Login System

nitin94

New Member
Messages
3
Reaction score
0
Points
0
Can someone please help me form a login system on my website , i want to use my own custom css and html and link it to a data base to make a login system but i dont know how?

Thank you,
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
i would suggset using a forum, CMS, or another previously made login system, rather than make your own, due to the fact that security can be compromised by bad code
 

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
For something a little less complicated you can set up '.htacces' control.
http://tools.dynamicdrive.com/password/

Plenty of cut & paste Javascript methods are to be found as well, though these tend to vary in terms of what protection they do offer.
 
Top