Log in

View Full Version : Record each click



queerfm
03-20-2009, 12:18 PM
Hi I need away to record when a user clicks an item it updates the mysql and tell me that there has been so many clicks.

so if the item has already 100 clicks and I click the item it goes to 101

queerfm
03-21-2009, 03:00 AM
Can any one help?

magicyte
03-21-2009, 04:15 AM
Would you like this to be done with AJAX or simple submition of forms? I'm supposing ajax, though I would not like to assume incorrectly before starting.

queerfm
03-21-2009, 11:56 AM
I have never made an ajax form before so not sure how to do ajax, But I do know a little bit PHP still learning.

I am trying to create my own ad system, and I just don't have an idea how to do this.