You are currently browsing the archives for the MySQL category.

User Registration System In PHP

Posted 4 months ago at 6:40 pm. 2 comments

Ok, this is a continuation from my post on making a login system. I realized after I had written the tutorial that I would need to do a tutorial on how to register users too. So here it is.
Continue Reading…

More Secure User Authentication System

Posted 4 months, 1 week ago at 8:41 pm. 2 comments

UPDATE: The registration tutorial that goes along with this can be found here.

I wrote the other tutorial for a PHP login system as an example of how easy it is to make one, however It wasn’t exactly the most secure login system ever. So I have decided to re-visit the subject and make a better version. It is essentially the same but the hashing system for the password is now more secure due to the introduction of ’salting’.
Continue Reading…