|
||||||||
PHP Clean Calendar Installation Instructions. |
||||||||
|
PHP Clean Calendar is an easy to use, easy to install, easy to modify calendar script using PHP, MySQL, and a little JavaScript. This script is perfect if you would like the ability to list your event calendar online. Features: FREE UPDATES! - As updates are made available, security or enhancment, you will be notified via email for a free download! Calendar interface that represents which days has events Event Name, Rich Text Description, Date, Start Time, End Time Search Engine - by date or keyword (searches title & description) Password protected administration module which allows you to add, edit, remove calendar events. This script installs in minutes. The public side of the site is powered by 3 PHP functions Create the perfect design for your site then INSTALLATION INSTRUCTIONS: Place in or above head of document <?php include("functions/functions.php"); ?> Place in head <script language="javascript" src="calendar/cal2.js" type="text/javascript"></script> <script language="javascript" src="calendar/cal_conf2.js" type="text/javascript"></script> <link href="css/style.css" rel="stylesheet" type="text/css" media="all"> Place where you want the event list
<?php listEvents(); ?> Place where you want the Calander to be drawn
<?php makeCalendar(); ?> Place where you want the search form
<?php searchForm(); ?> Don't Forget to edit the database connections in both of the files in the config folder.
Then in your browser go to the file that contains the install.php file. This will set up the database.
If that doesn't work please copy the setup in the SQL file into PHP MyADMIN to manually setup the MSQL database See Index.php for a working example. Thats it your event calendar is up and running! Don't forget to delete the install.php DEMO LOCATED HERE: http://www.atwebresults.com/phpcal/ DEMO ADMIN: http://www.atwebresults.com/admin/
USER: admin
PASS: admin |
||||||||
| Opps! Did I Make A Mistake or Miss Something? Please Let everyone know Here | ||||||||