Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/08/2008, 14:14
Avatar de hgp147
hgp147
 
Fecha de Ingreso: diciembre-2006
Ubicación: Buenos Aires, Argentina
Mensajes: 980
Antigüedad: 17 años, 4 meses
Puntos: 36
Respuesta: sumar en php textfield

Código PHP:
<form name="form1" action="" method="post" >
<p>
<input type="text" name="textfield">
+
<input type="text" name="textfield2">
</p>
<p>
<input type="submit" name="Submit" value="Enviar">
</p>

<?

if($_POST['Submit']){

$textfield $_POST['textfield'];
$textfield2 $_POST['textfield2'];

$total $textfield $textfield2;
echo 
$total;

}
?>
__________________
Spread Firefox | Download Day 2008
¡Únete en nuestra misión para alcanzar el Record Guinness al software más descargado en 24 horas! http://www.spreadfirefox.com/es-ES/worldrecord/