Posts by Maria Joana • 53 points
2 posts
-
1
votes1
answer2653
viewsQ: Calculation of the average in php
I need to calculate the final grade average of a class, I tried using the function avg SQL, but I was not successful, the code is this: <?php $idTurma = $_GET["idTurma"]; $idDisciplina =…
-
4
votes1
answer1119
viewsQ: Menu made in Bootstrap
Centering a menu made in Pingendo Bootstrap? <html> <head> <meta charset="utf-8"> <title>Boletim Online</title> <meta name="viewport" content="width=device-width,…