Código PHP:
$invoiceNumber = $_POST['invoiceNumber'];
$confirmationNumber = $_POST['confirmationNumber'];
$totalAmount = $_POST['totalAmount'];
Código:
Podrian ayudarme a saber que estoy haciendo mal.<tr> <td width="28%"><strong><font color="#0000FF" size="2" face="Arial, Helvetica, sans-serif">Número de orden:</font></strong></td> <td width="72%"><font color="#000000" size="4"><%out.print(invoiceNumber);%></font></td> </tr> <tr> <td width="28%"><font size="2"><strong><font color="#0000FF" face="Arial, Helvetica, sans-serif">Código de aprobación</font><font color="#CCCCFF" face="Arial, Helvetica, sans-serif">:</font></strong></font></td> <td width="72%"><font color="#000000" size="4"><%out.print(confirmationNumber);%></font></td> </tr> <tr> <td width="28%"><strong><font color="#0000FF" size="2" face="Arial, Helvetica, sans-serif">Monto total (Bs.):</font></strong></td> <td width="72%"><font color="#000000" size="4"><%out.print(totalAmount);%></font></td> </tr>
Gracias