There are 2 tables with names prefix_poll_ (_options and _votes). It might be a good starting point for a look-see to find out which info is available.RiTz21 wrote: ↑Mon Nov 26, 2018 10:24 pmHi!
I created a poll with multiple choices and I would like to know which user has chosen which option...
While I suspect this information is not readily available in the control panel, is there a way to check the Data base directly to get these details?
How could this be done? Which tables do I need to check? how can I do this?
THANKS for the help!!
RiTz21
Sweet!! I extracted the user ids of the users who posted... So where do I see which ID goes with Whom?
Code: Select all
SELECT username FROM phpbb_users WHERE user_id = 2 LIMIT 1
No it's just another tab for the same row.