Posts by aondenet • 1 point
1 post
-
0
votes2
answers396
viewsQ: I run the PHP query but it does not display sum result in Mysql
I’m having trouble displaying the following sum. require_once("config_acesso.php"); $consultar = "SELECT SUM('valor') FROM vendascalc WHERE valor"; $resulta = mysqli_query($mysqli,$consultar); echo…