Category: programming

  • SQL and Authentication

    Had been dabbling with PHP and SQL lately working on a personal project, and decided to use Authentication. After searching in Google for some info, came across this link: http://www.php-mysql-tutorial.com/user-authentication/, which has some good examples of how authentication can be achieved in PHP. I am using MySQL V5.something and the auth example using Database was…