
14/08/2012, 14:08
|
| | Fecha de Ingreso: diciembre-2008
Mensajes: 805
Antigüedad: 16 años, 3 meses Puntos: 20 | |
Respuesta: variables js guardar en php [PHP]
<select name="psp_NumPayments" id="psp_NumPayments">
<?php
foreach(getFeesByPSPProduct("variable_de_Select"]) as $fee): ?>
<option value="<?php echo $fee['quantity'] ?>"><?php echo $fee['quantity'] ?></option>
<?php endforeach ?>
</select>
[en Variable_de_Select_ va el valor seleccionado de los botones radio. |