-1
I need to solve a big problem. I have a table of answers of a poll where the answers made with checkboxes are in different lines with a common code, that of the answered question, example: cod_questao = 100 / cod_answer = 200 cod_questao = 100 / cod_reply = 201. as there are two lines I cannot in foreach() make them come in a single line in html. Do you have an example so I can try to solve this problem?
It is not clear what your problem is. You can express yourself better?
– Woss
Thanks for coming to solve my problem with the code, I ended up solving with my superior here from the internship. We had to modify the query in a DAO method that had been created not to repeat on the screen twice the same cod_questao field for example and only repeat the answer. thanks again
– Lucas Pereira
Put the solution so that other users can see
– Rodrigo Jarouche