website login
Moderator: Lixas
if in PHP http://www.phpeasystep.com/workshopview.php?id=6 for other languages, use google
website
http://www.pixel2life.com has many pHP based login tutorials, refer to PHP Section!Tcoo wrote:anyone know of any tutorials that teach you how to make a login for your website?
.............................:: Spirit of Fire ::..................................
you should tell us the URL , at all I got it :tewage wrote:Techtuts usersystem, you can register and all that. I guess it's good, I mean I never seen anything else like that on the net that explains how to do it yourself. I had no experience with php but learned a lot from it...well, not only that but still...
You should try and see what it's about.
http://www.techtuts.com I am now exploring it
You also might want to read up on SSL. Make sure any page that has a login is properly encrypted.
http://en.wikipedia.org/wiki/Secure_Sockets_Layer
http://en.wikipedia.org/wiki/Secure_Sockets_Layer
SSL is pretty redundant if the data transmitted are non-eccential. SSL will slow down the entire process whether you like it or not. Often SSL is only used when doing checkouts/transactions or transfering high level security data.Ky wrote:You also might want to read up on SSL. Make sure any page that has a login is properly encrypted.
http://en.wikipedia.org/wiki/Secure_Sockets_Layer