ken2112
03-13-2012, 11:33 PM
I have no idea where to start with this and need advice/help.
I am trying to create a members website with many button counters on the main members page after login.
To where all data(button clicks) for each user is stored into a mysql database.
Example:
button 1: "Cough" - 001
button 2: "Sneeze" - 001
button 3: "Smile" - 001
To where every time one of the buttons is clicked a counter beside the button counts up.
Also to have a simple type of calender on the main page also, so each user can look up by day/month/year how many times they clicked on each of the buttons. Like a running total for the day, month or year.
I am trying to create a members website with many button counters on the main members page after login.
To where all data(button clicks) for each user is stored into a mysql database.
Example:
button 1: "Cough" - 001
button 2: "Sneeze" - 001
button 3: "Smile" - 001
To where every time one of the buttons is clicked a counter beside the button counts up.
Also to have a simple type of calender on the main page also, so each user can look up by day/month/year how many times they clicked on each of the buttons. Like a running total for the day, month or year.