Blog > MySQL

How to Upload Multiple Files in a Web Application with Progress Bar, Multiple Fields and Form Validation Using jQuery, PHP & Uploadify

December 2011
There are a few tutorials out there on how to use Uploadify to upload files in a web application. However, I haven't found one that integrates Uploadify into a form with other fields, so that the fo...read more

Tutorial: Import a CSV File Using PHP and MySQL

September 2011
The following code should help beginner PHP/MySQL developers who are looking for an easy way to import a CSV or comma delimited file into a mysql database.  This example adds new contacts into th...read more

Tutorial: Instant Search With Arrow Key Navigation Using jQuery and PHP

May 2011
Using jQuery and PHP you can develop your own 'Google-like' instant search. This demo lets you see 'instant' results while searching our blog. //arrow key navigation $(document).keydown(f...read more

How to Use MySQL's AES_ENCRYPT and AES_DECRYPT to Store Passwords in a Database

April 2010
Here's the scenario.  You are building a custom member login area to a website.  You need to store the user's name, email address and a password.  The name and email can be stored in 'p...read more