acontinuacion coloco el codigo q estoy utilizando
Código:
y lo raro que las otras variables si se muestran cuando llegan a mi correo....<?php $de=$_POST['de']; $de_e=$_POST['de_mail']; $id=$_POST['id']; $para=$_POST['para']; $comentario=$_POST['comentario']; $destino = $_POST['para_email']; $asunto = "Resiviste una postal"; $cabeceras="Content-Type: text/html;charset=iso-8859-15"; $cuerpo =" <table width=\"304\" height=\"262\" border=\"1\"> <tr> <td height=\"56\" colspan=\"3\">Usted a Resibido un postal</td> </tr> <tr> <td width=\"75\" height=\"23\">De:</td> <td width=\"150\"></td> <td width=\"57\"></td> </tr> <tr> <td height=\"23\"></td> <td>$de</td> <td>$de_e</td> </tr> <tr> <td height=\"23\">Para:</td> <td></td> <td></td> </tr> <tr> <td height=\"23\"></td> <td>$para</td> <td>$destino</td> </tr> <tr> <td height=\"23\"></td> <td></td> <td></td> </tr> <img src=\"http://magicpostal.hostei.com/imagenes/postales/$id.jpg\" alt=\"Magic Postal XD.... Lo mejor de lo mejor......!!!!\" /> <tr> <td height=\"23\"></td> <td></td> <td></td> </tr> <tr> <td height=\"23\">Comentario:</td> <td></td> <td></td> </tr> <tr> <td height=\"23\"></td> <td>$comentario</td> <td></td> </tr> </table> "; mail($destino,$asunto,$cuerpo,$cabeceras); header('Location:../index.php') ?>
si no coloco $id y pongo directamente el nombre de la imagen entonces si se muestra..!!