Cita:
Iniciado por Rasec101 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<?php
$codigohtml ="
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
<title>newletter</title>
</head>
<body>
<form id='form1' name='form1' method='post' action=''>
<div id='contenedor-mail' style='background-color: #FFFFFF;' align='center'>
<table border='0' cellpadding='0' cellspacing='0' width='787'>
<tbody><tr>
<td valign='top' width='38'> </td>
<td bgcolor='#ffffff' width='711'>
<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>
<table border='0' cellpadding='0' cellspacing='0' width='711'>
<tbody>
<tr>
<td colspan='3' valign='top'>[COLOR="Navy"]<?php require_once('anuncios.php');?>[/[/COLOR]COLOR]</td>
<td width='10' valign='top'> </td>
<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>
<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>
<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>
<p> </p></td>
</tr>
</tbody>
</table>
<table border='0' cellpadding='0' cellspacing='0' width='711'>
<tbody>
<tr>
<td width='613' colspan='4' valign='top'> </td>
</tr>
</tbody></table>
<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>
<table border='0' cellpadding='0' cellspacing='0' width='711'>
<tbody><tr>
<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>
<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>
<font color='#ffffff' face='Arial, Helvetica, sans-serif' size='1'>Casa Matriz: Gertrudis Echeñique 441| Las Condes - Santiago - Chile | Mesa Central: 5944232.<br>
© 2008 - 2011 Portaldelcampo.cl La diferencia es la clave de su negocio.</font></p>
<p><font color='#ffffff' face='Arial, Helvetica, sans-serif' size='2'>Si desea desactivar tu cuenta de newsletter contá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á</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>
<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>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</div>
</form>
</body>
";
$asunto = "E-Mail HTML";
$cabeceras = "Content-type: text/html\r\n";
mail($email,$asunto,$codigohtml,$cabeceras);
?>
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?