Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/06/2008, 10:37
Avatar de xxrandyxx
xxrandyxx
 
Fecha de Ingreso: abril-2008
Ubicación: En mi casa
Mensajes: 143
Antigüedad: 16 años
Puntos: 2
Respuesta: Ayuda par agregar Valor Nuevo

Código:
<form action="<?=$PHP_SELF."?".$SID?>" method="post">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td align="center"><span class="text4sinspace">Codigo del Producto</span></td>
                    </tr>
                    <tr>
                      <td align="center"><span class="text4sinspace">
                        <input name="item" type="text" class="texto_red_black" id="item" value="<?php echo $row_rs_detalles_stock['item']; ?>" size="20">
                      </span></td>
                    </tr>
                    <tr>
                      <td align="center">&nbsp;</td>
                    </tr>
                    <tr>
                      <td align="center"><span class="text4sinspace">Cuantas unidades </span></td>
                    </tr>
                    <tr>
                      <td align="center"><span class="text4sinspace">
                        <input name="cantidad" type="text" class="text4sinspace" id="cantidad" size="20">
                      </span></td>
                    </tr>
                    <tr>
                      <td align="center">&nbsp;</td>
                    </tr>
                  </table>
                  <span class="text4sinspace">
                  <input type="submit" class="text4" value="Agregar ">
                  </span><br>
              </form>


Este es el codigo de mi form, si dan cuenta hay tan los codigos que ha creado ese foreach.

Tambien hay alguna forma de mandar los datos del <?php echo $row_rs_detalles_stock['item']; ?>" pero sin que se vean, ya que tengo que ponerlo en un select para que los mande, si lo saco ya no manda =(

Pero eso es pa despues solo quiero agregarle uno o dos valores nuevos como precio PLEASEEEEEEEEEEE!