Posts by zecaluis • 11 points
4 posts
-
1
votes0
answers15
viewsQ: Select the values received from the matrix via POST (Codeigniter)
I have the following: -- HTML -- <form class="" id="quiz_form" action="" method="post"> <input type="checkbox" name="mcq-<?php echo $quiz_question['id']; ?>[]" value="<?php echo…
-
-2
votes1
answer71
views -
0
votes1
answer51
viewsQ: PHP Warning: imagettftext(): Could not read font
I have a somewhat old captcha system that started having problems. Sometimes it works, other times the image is not generated and these errors occur: [13-Sep-2019 23:48:05 America/Sao_Paulo] PHP…
-
0
votes0
answers46
viewsQ: How to adjust this query?
I need to adjust this query to do the search (like) in another column and another table. Behold: $query2 = "select distinct(lances.codigo), datacompra, horacompra, cupom from lances, ".$tabelaCad."…