Les adjunto el código del formulario.
Código HTML:
<form method="post" id="form1" action="xxxxxxxxx.php"> <input type="hidden" name="mensaje" id="mensaje" value="<?php echo "<html><body><table border='0' cellpadding='0' cellspacing='0'><?php do {?> <tr> <td colspan='2'><strong>Paquete:</strong>".$row_promo['paquete']."</td> </tr> <tr> <td width='108'><strong>Descripción:</strong></td> <td width='390'>".$row_promo['descripcion']."</td> </tr> <?php } while ($row_promo = mysql_fetch_assoc($promo)); ?> </table></body></html>"; ?>" /> <input type="submit" name="KT_Custom1" id="KT_Custom1" value="Enviar" /> </form>
Código PHP:
<?php do {?>
Código PHP:
<?php } while ($row_promo = mysql_fetch_assoc($promo)); ?>