It also uses PHP to process data and MySQL to store it between sessions.
Installation:
1. Copy the script's folder on a server's web root (or any other location).
2. Edit the clicktracker.php file inside the /clicktracker folder with the database details.
3. Create the database with the settings just made.
4. Use the clicktracker.sql file to create the database tables.
5. Rename the main table in the database "clicktracker" from "clicktracker3", or edit the clicktracker.php file on lines 33 and 43 by renaming the table to store data from "clicktracker" to "clicktracker3". This will make sure that click data is
saved correctly.
6. Access the demo from a browser.
Requirements:
· JavaScript enabled on client side
· jQuery Javascript Library