description

Our script creates a dynamic vertical timeline using multiple events stored in a MySQL table. You can create unlimited number of events.

For each event you have:
1) Date
2) Image - specified via URL
3) Event title
4) Event description

download

To download Timeline Script for FREE you need to login your account.

how to install

1) Download and unzip the script package.

2) Upload the Timeline Script files in a folder on your server

3) Edit config.php file and MySQL login details:

$SETTINGS["hostname"]='localhost';
$SETTINGS["mysql_user"]='';
$SETTINGS["mysql_pass"]='';
$SETTINGS["mysql_database"]='';
$SETTINGS["data_table"]='member';

4) open database.sql and import all MySQL queries in your database. MySQL table will be created where timeline events will be added.

5) Open the timeline.php web page using your web browser.
30 Comments to "Timeline Script"
next

Add your comment

Captcha