Posts by matheusmluz • 3 points
1 post
-
0
votes1
answer2115
viewsQ: mysql_fetch_array() does not show all records
Hello, I’m having problems, in my database table I have 3 records, I use the code below to fetch them: public function buscarMateriaProva($codigoProva){ $query = " SELECT codigoMateria, codigoProva,…