Hey guys! Recently, I have been getting a lot of queries on how to become a good web developer or which road leads to web development. First of all, I couldn't be any happier that you are interested in Web Development and I'm sure there is a pretty nice reason for you to be a web developer. I think this article is going to be an interesting one for all the budding web … [Read more...] about How to become a good Web Developer
mysql
Basic Authentication with PHP & MySQL
Lately, I have been receiving a lot of emails on how to create a basic login and registration system by using plain PHP and MySQL. I have made this series just to teach you about the Basic Authentication, i.e. registering a user into the database and then logging the user to the system. We will also encrypt the password using PHP's native function which uses the Bcrypt … [Read more...] about Basic Authentication with PHP & MySQL