Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/11/2010, 06:54
juan_reyes69
 
Fecha de Ingreso: octubre-2010
Mensajes: 25
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: Textbox Datos

Este es el código:

<input name="adicional[<? echo $idpto ?>]" type="text" id="adicional" size="2" maxlength="2"
<? foreach($idchk as $indice => $check) {
if ($idpto==$check) {
$k=1;
foreach($_POST['adicional'] as $id=>$valor) {
if ($valor>0) {?>
value=<? echo $valor; ?>
<? }$k++;}}} ?>>