Installing Smart PHP Calendar is very easy. Just follow the instructions below and your calendar will be ready in seconds.
//config.php
//------------------------------------------------------------------------------
// Domain Name and License Key
//------------------------------------------------------------------------------
// Exact calendar address
// example: http://yourhost.com/your-calendar-directory (without trailing slash)
define('SPC_ROOT', 'http://smartphpcalendar.com/demo');
// domain name | without protocol (http, https), www and subdomain
// example: yourhost.com
define('SPC_DOMAIN', 'smartphpcalendar.com');
define('SPC_LICENSE_KEY', 'my-license-key');
//------------------------------------------------------------------------------
// Database Configuration
//------------------------------------------------------------------------------
define('SPC_DB_HOST', 'localhost');
define('SPC_DB_USERNAME', 'root');
define('SPC_DB_PASSWORD', 'root');
define('SPC_DB_DBNAME', 'calendar');
After receiving successful installation message you can login and use your calendar.