PDA

View Full Version : click counter with detail statistics


sunny_ag
09-26-2006, 09:11 AM
I have a website and has placed the ad of some company. I am in search of a script where when the member clicks on the ad(on any page) i should come to know the date, time and which registered member has clicked on the ad.

can anyone help me....

Thanks

regua
09-30-2006, 02:00 PM
You could write e.g. a JS script that would call a PHP function getting the user id (or username) from cookies / session and save it in the database... or do it without PHP/MySQL by storing the data in XML database using AJAX. Neither way is easy, but I haven't met with a script like this on the web - so I'm afraid you'll have to write it.