Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/03/2011, 15:14
Bam_Margera
 
Fecha de Ingreso: febrero-2009
Mensajes: 580
Antigüedad: 15 años, 3 meses
Puntos: 13
Respuesta: ayuda con el envio de mail

Cita:
Iniciado por Rasec101 Ver Mensaje
no estoy pidiendo que ne agan el trabajo la verdad estoy pidiendo una orientacion no se que estoy haciendo mal estoy probando con esto me muestra todas las imagenes y los lik estan bien pero no me muestra el contenido php
Código PHP:
Ver original
  1. <?php
  2.  
  3. $codigohtml ="
  4. <html>
  5. <head>
  6. <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
  7. <title>newletter</title>
  8.  
  9. </head>
  10.  
  11. <body>
  12. <form id='form1' name='form1' method='post' action=''>
  13. <div id='contenedor-mail' style='background-color: #FFFFFF;' align='center'>
  14. <table border='0' cellpadding='0' cellspacing='0' width='787'>
  15.     <tbody><tr>
  16.         <td valign='top' width='38'>&nbsp;</td>
  17.       <td bgcolor='#ffffff' width='711'>
  18.        
  19.             <a href='http://portaldelcampo.cl/index.php'><img src='http://www.mipagina.com/newsletter/imgs/cabecera.jpg' alt='' name='platilla01_r2_c3' id='platilla01_r2_c3' style='display: block;' border='0' height='154' width='715'></a>
  20.             <table border='0' cellpadding='0' cellspacing='0' width='711'>
  21.                 <tbody>
  22.                   <tr>
  23.                    <td colspan='3' valign='top'>[COLOR="Navy"]<?php require_once('anuncios.php');?>[/[/COLOR]COLOR]</td>
  24.                    <td width='10' valign='top'>&nbsp;</td>
  25.                     <td width='150' valign='top'><p><a href='http://www.mipagina.com/precios.php'><img src='http://portaldelcampo.cl/newsletter/imgs/precios.jpg' width='150' height='60' border='0'></a></p>
  26.         <p><a href='http://www.mipagina.com/eltiempo.php'><img src='http://portaldelcampo.cl/newsletter/imgs/tiempo.gif' alt='' width='150' height='60' border='0'/></a></p>
  27.         <p><a href='http://www.mipagina.com/estadisticas.php'><img src='http://portaldelcampo.cl/newsletter/imgs/precios.jpg' width='150' height='60' border='0'/></a></p>
  28.         <p>&nbsp;</p></td>
  29.                   </tr>
  30.               </tbody>
  31.             </table>
  32.             <table border='0' cellpadding='0' cellspacing='0' width='711'>
  33.                 <tbody>
  34.                   <tr>
  35.                     <td width='613' colspan='4' valign='top'>&nbsp;</td>
  36.                   </tr>
  37.             </tbody></table>
  38.            
  39.             <a href='http://portaldelcampo.cl/altaGratuita.php'><img src='http://portaldelcampo.cl/newsletter/imgs/platilla-01_r13_c3.jpg' alt='' name='platilla01_r2_c3' id='platilla01_r13_c3' style='display: block;' border='0' height='91' width='711' /></a>
  40.             <table border='0' cellpadding='0' cellspacing='0' width='711'>
  41.                 <tbody><tr>
  42.                     <td bgcolor='#35840b' valign='top' width='30'><img src='http://portaldelcampo.cl/newsletter/imgs/platilla-01_r14_c3.jpg' alt='' name='platilla-01_r14_c3' id='platilla01_r14_c3' style='display: block;' border='0' height='72' width='30'></td>
  43.                     <td align='center' bgcolor='#35840b' valign='top' width='651'><p><font color='#ffffff' face='Arial, Helvetica, sans-serif' size='2'><a href='http://www.mipagina.com/laempresa.php'><font color='#ffffff'>La Empresa</font></a> | <a href='http://www.mipagina.com/ayuda/modAyudas.php'><font color='#ffffff'>Ayuda</font></a> | <a href='http://www.mipagina.com/contacto.php'><font color='#ffffff'>Contáctanos</font></a> | <a href='http://www.mipagina.com/recomiendanos.php'><font color='#ffffff'>Recomiéndanos</font></a> | <a href='http://portaldelcampo.trabajando.com/'><font color='#ffffff'>Ofertas de Trabajo</font></a> | <a href='http://www.mipagina.com/linksInteres.php'><font color='#ffffff'>Link de Interé</font></a></font><br>
  44.                           <font color='#ffffff' face='Arial, Helvetica, sans-serif' size='1'>Casa Matriz: Gertrudis Echeñique 441| Las Condes - Santiago - Chile | Mesa Central: 5944232.<br>
  45.  © 2008 - 2011 Portaldelcampo.cl La diferencia es la clave de su negocio.</font></p>
  46.                   <p><font color='#ffffff' face='Arial, Helvetica, sans-serif' size='2'>Si  desea desactivar   tu cuenta de newsletter cont&aacute;ctenos haciendo clik <a href='http://portaldelcampo.cl/contacto.php' target='_blank'><font color='#99FF33' face='Arial, Helvetica, sans-serif' size='2'  text-decoration: none;>Ac&aacute;</font></a> o edite su perfil ingresando a su cuenta <a href='http://portaldelcampo.cl/login.php' target='_blank'><font color='#99FF33' face='Arial, Helvetica, sans-serif' size='2'>portaldelcampo.cl</font></a></font></p></td>
  47.                     <td bgcolor='#35840b' valign='top' width='30'><img src='http://portaldelcampo.cl/newsletter/imgs/platilla-01_r14_c10.jpg' alt='' name='platilla-01_r14_c10' id='platilla01_r14_c10' style='display: block;' border='0' height='72' width='30'></td>
  48.                 </tr>
  49.             </tbody></table>
  50.             </td>
  51.        
  52.     </tr>
  53. </tbody></table>
  54.  
  55.  
  56. </div>
  57. </form>
  58. </body>
  59.  
  60. ";
  61.  
  62. $email = "[email protected]";
  63. $asunto = "E-Mail HTML";
  64. $cabeceras = "Content-type: text/html\r\n";
  65.  
  66. mail($email,$asunto,$codigohtml,$cabeceras);
  67.  
  68. ?>
  69. el modulo que quiero cargar es 'anuncios.php'
Por otro lado, hasta ahora no habías dado el mínimo indicio que habías empezado a pensarlo ;)

Una pregunta, dices que te muestra el php, pero te muestra el HTML, verdad?
__________________
¿ya conoces la red social de cocina? descubre y comparte recetas de cocina
TONIWEB, un programador web freelance