Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/10/2015, 14:06
Avatar de xfxstudios
xfxstudios
 
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 8 años, 10 meses
Puntos: 263
Respuesta: Comprobar registro y sumar valor

asi:

Código PHP:
Ver original
  1. $suma = $db->query("SELECT SUM(campo1+campo2) as total,campo3 FROM tabla GROUP BY campo3");
  2. $total = mysqli_num_rows($suma);
  3. $row = $suma->fetch_assoc();
  4. echo $row['campo3'].": ".$row['total'];
__________________
[email protected]
HITCEL