Posts by Felipe S. • 13 points
2 posts
-
0
votes1
answer193
viewsQ: Count how many times a value appears in a PHP and SQL Column
I would like the code to automatically count and show next to the form options, the amount of times the values that are pulled from the database appear in the TABLE clients COLUMN account Obs: The…
-
0
votes1
answer42
viewsQ: How to show the sum of the values of a Column using PHP and SQL?
I want to show the sum of the values that are in the COLUMN preco table contact_form_info in the part of the code where it is written echo "<h1> Total Faturamento:…