How to link a question with a database response

0

I'm trying to create a question and answer system in PHP and MySQL.

I already have the database created, I would like to know how to make the question linked to the response that the student made. And show in a loop all the answers answered by each student.

tblperguntas id_pergunta titulo pergunta
tblrespostas id_resposta resposta 
    
asked by anonymous 30.09.2018 / 03:15

0 answers