/** * Ajax Registration Module v1.1 * * Ajax Registration Module is a simple AJAX registration page with ajax validation and easy to * plug into your existing php application. * * Redistributions of files must retain the above copyright notice. * * @copyright Copyright 2009, Christopher M. Natan * @link http://phpstring.co.cc/phpclasses/modules/ajax-registration-module/ * @version $Revision$ * @modifiedby $LastChangedBy$ * @lastmodified $Date$ * @email hide@address.com */ STEP 1: - Extract ajax-registration-module.zip STEP 2: - Locate ajax-registration-module folder and then cut/copy "register" folder to your apache webroot directory or subdirectory STEP 3: - Locate the config.php file and open it with Dreamweaver, wordpard or your favorite php editor. STEP 4: - In config.php input your MySQL configuration and save it. STEP 5: - Finally, run this module by typing the url address into your web browser. example http://localhost/register OR if it is under "members" directory, type http://localhost/member/register OR if it is under deeper subdirectories, type http://localhost/members/users/selected/register