This Project is to handle all data which is exported from Outlook Contact PST File For exporting Contacts from OUtlook to mysql I had first exported the data into excel sheet using Outlook itself, merged some coloumns and exported that data into mysql DATABASE Configuration Dump the sql File "dbname.sql" Locate file library\config.php and change the values according to your settings $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = ''; $dbname = 'dbname'; There are three levels of users 1 admin Have all controls including Add/remove user Default password of "admin" is "a" 2 Super user Have all controls excep add remove user Default password of "Super user" is "s" 3. Normal User View only, unable to add edit or delete Default password of "user" is "u" You can add any number of user/superuser level accounts For any further details please contact me on hide@address.com mydev.gudguy.com