Cita:
Iniciado por Patriarka
deberias modificar algunas cosas:
Código PHP:
Ver original<form name='pruebita' action='$codigo' method='POST' id='css'>
<input type='hidden' id='hid_serie' name='hid_serie' value='' />
<?php
while ($fila = $result->fetch_array(MYSQLI_ASSOC))
{
?>
<tr>
<td class='tg-ek65'>
<input type='button' name='Modificar' onclick='send("<?php echo $fila ["serie"]; ?>")' >
</td></tr>
<?php
}
echo '</form>';
<script>
function send(serie){
document.getElementById("hid_serie").value = serie;
document.getElementById("css").submit();
}
</script>
hola muchas gracias por responder tan rapido pero me podrias explicar un poko mas es que no te entendi y tambien soy principiante en php