Mi spiego meglio, qui viene creato la lista di checkbox:
"
<form id="id_form" method="post" action="modifica.php">
<tr class="link record">
<td>
<input type="checkbox" id="row" name="row<?php echo"$i"; ?> " value="<?php echo"$array[id]"; ?> " onclick="Chked(this)"/>
<input type="hidden" id="hdnChk" name="hdnChk<?php echo"$array[id]"; ?> " /></td>
<td>
<?php echo"$array[id]"; ?> </td>
<td>
" target="_blank">Immagine1</td>
<td>
[/COLOR] " target="_blank">Immagine2</td>
<td>
[/COLOR] " target="_blank">Immagine3</td>
<td>
[/COLOR] " target="_blank">Immagine4</td>
<td width="160">
<div id="corpo" class="testo">
<?php echo"$array[testo]"; ?>
</div></td>
</tr> [/COLOR] <?php
"
Quando io chekko (si può dire? :master: ... vabbè) la cecbocs che voglio, vorrei riuscire, inviando tramite un pulsante submit, a ripescare il name della checkbox in esame... insomma non so cosa mettere in $_POST[] !!