Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/08/2012, 14:08
sergiop21
 
Fecha de Ingreso: diciembre-2008
Mensajes: 805
Antigüedad: 15 años, 5 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.