Se me presento ahora un grave problema!! espero me puedan ayudar!!
les paso el codigo completo del formulario
Código HTML:
Ver original<input type="text" name="cantidad[]" value="Cantidad" size="9" onfocus="this.value=''" style="font-size:12px; color:#666666;" />
<select name="descripcion[]" id="descripcion[]" tabindex="3" onChange="document.getElementById('nCategoria').disabled=this.selectedIndex!=1"> <?php
mysql_select_db($database_noticias, $noticias);
$query_productos = "SELECT * FROM notas_productos ORDER BY producto ASC";
$productos = mysql_query($query_productos, $noticias) or die(mysql_error());
$row_productos = mysql_fetch_assoc($productos);
$totalRows_productos = mysql_num_rows($productos);
do {
?>
<option value="<?php echo $row_productos['producto']?>" >
<?php echo $row_productos['producto']?></option> <?php
} while ($row_productos = mysql_fetch_assoc($productos));
?>
$
<input type="text" name="precio[]" value="Precio Unit." size="10" onfocus="this.value=''" style="font-size:11px; font-family:'Trebuchet MS', Arial, 'Times New Roman'; color:#666666;" /> <input type="text" id="nCategoria" name="descripcion[]" tabindex="1" value="" title="Categoria" size="123" disabled="disabled" /> <span><a href="#" onclick="agregar();">Agregar
</a><br /><br />
el problema viene cuanto quiero insertar otro... lo manda dos veces!!! no se si me doy a entender