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
Printable View
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
Can any one help?
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.
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.