Código PHP:
Ver original<form action="Fac_1_A.php" method="post">
</br>
<p>
<table width="318" border="0" align="center">
<tr>
<td width="155" align="center" style="font-size:13px; color: #666666">Rif de la empresa a facturar:</td>
<td width="52"><input name="ID" id="ID" type="text" style="font-size:10px; color: #666666" align="center" size="13"/></td>
<td width="24">
<input type="submit" name="Submit" value="Crear Factura" style="font-size:11px; color: #666666" align="center" />
</td>
</tr>
</table>
</p>
<table width="100%" border="1" align="center">
<tr bgcolor="#999999">
<td width="15%" align="center" style="font-size:13px; color: #666666">
<b>
ID </b> </td>
<td width="72%" align="center" style="font-size:13px; color: #666666">
<b>
Descripción </b> </td>
<td width="13%" align="center" style="font-size:13px; color: #666666">
<b>
Evaluar</b></td>
</tr>
<?php
<tr >
<td 'style=font-size:13px; color: #666666' >
<input value= '$row[ID]' name='iden' id='iden' size='1' style='font-size:12px; color: #666666' readonly='readonly'/>
</td>
<td 'style=font-size:13px; color: #666666' >
$row[descripcion]
</td>
<td 'style=font-size:13px; color: #666666' >
<input type='checkbox' name='$i' value='$row[$i]'/>".$i."
</td>
</tr>");}
?>
</table>
</form>
la otra pagina lo recib haci: y deberia tomar el valor ya lo he cambiado de todas las formas logicas y posibles!
<?php
echo "Facturacion".$_POST['$i'];
?>