Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/03/2004, 16:48
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Esta es compra.php

print("<input type=checkbox name="precio[]" value=".$columna["precio"].">".$columna["nombre"]." "."<b>".$columna["precio"]."€"."</b>"."<br>");



Esta es suma.php

if($_GET['precio'])
{
echo "SUMA:".array_sum($_GET["precio"]);
}