Hi friends,
I am building a poll survey database when user will choose answer from multiple question and before submission he will enter his name and email address.
I woulld like to find the votes based on user, who gave vote to which question.
so far i made 2 tables: question and answer.
questions fields = id, question
answers fields = id, answer, question_id, votes
Please help me how do i go forward, Thanks