Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/08/2015, 13:01
rudiaz
 
Fecha de Ingreso: abril-2015
Ubicación: Santiago de Chile
Mensajes: 80
Antigüedad: 9 años
Puntos: 0
Respuesta: <input <input type="text">

a ver seria lo mismo que hacer:

Código HTML:
Ver original
  1. <b>Total a Pagar</b><input type="text" name="totalpago" size="10">
  2.  
  3. $saldo = value(totalpago);

Necesito llevar el valor de totalpago a $saldo

Atte.