Phone book web app developed in October 2011 using PHP, HTML, CSS, JavaScript
Edit the following variables in services/config.php to configure your database
// Variables
$mysql_host = "127.0.0.1";
$mysql_database = "myDatabase";
$mysql_user = "root";
$mysql_password = "myPassword";