Category: PHP

User Authentication with MySQL Stored Routines

User Authentication with MySQL Stored Routines

Making MySQL Do More The standard approach to authentication systems in web development is simple: store your confidential data in a database, pull the needed data from said database and let your chosen language/framework (PHP, Ruby, Python, etc.) do the work. What many programmers don’t realize is that MySQL is capable of so much more than …