Writing custom data to an additional mySQL database
-
Whenever a user hops on a page on my wordpress site I would like that user to be able to click 8 or so different buttons. When they click one of these buttons I would like to store it with their user profile so that the Admin and the user can see that they’ve done so. Each of these buttons will write a different value to the database. Essentially its “attached” to their user profile. I’d like to keep track of how many of these buttons they’ve clicked and how many different pages they’ve interacted with.
Is this possible? If not, would it be best to create a separate SQL database or tie into wordpress’ database (keep in mind I feel this is going to carry ALOT of data, but simple data).
Feel free to ask additional questions if i’m not being clear enough.
- The topic ‘Writing custom data to an additional mySQL database’ is closed to new replies.