Posts by Iza Neves • 1 point
1 post
-
0
votes2
answers127
viewsQ: Code only returns me the first row of the table referring to the patient ID
The code only returns me the first row of the table referring to the patient ID <?php require 'conexao.php'; // Recebe o id do exame do exame via GET $id_exames = (isset($_GET['id'])) ?…