Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/07/2009, 15:32
poonkrocker
 
Fecha de Ingreso: julio-2009
Ubicación: Córdoba
Mensajes: 20
Antigüedad: 14 años, 9 meses
Puntos: 0
Pregunta Respuesta: Comando <?php include ?> en PHP 5.2.9

El tema es asi: en dreamweaber dentro de una tabla tengo el siguiente codigo:

Código PHP:
<tr><td><a name='1'><a href='gran-plan.com.ar/editorial.html'><img alt='editorial' border='0' width='618' src='granplan.byethost2.com/secciones/editoriales.jpg' /></a></a></td></tr>
<tr valign='top'><td>
<table border='0' width='628' cellspacing='0' cellpadding='0'><tr valign='top'><td>
<table width='615' border='0' cellspacing='8'>
  
<tr> <td width='330' valign='top' bgcolor='#F3F3F3'>

 <? include ("granplan.byethost2.com/news/news.php"); ?>

</p>

</div>

 </font></p>    </td>
y la misma pagina ya subida en el servidor se ve de este modo:


Código PHP:
<tr><td><a name='1'><a href='gran-plan.com.ar/editorial.html'><img alt='editorial' border='0' width='618' src='granplan.byethost2.com/secciones/editoriales.jpg' /></a></a></td></tr
<
tr valign='top'><td
<
table border='0' width='628' cellspacing='0' cellpadding='0'><tr valign='top'><td
<
table width='615' border='0' cellspacing='8'
  
<
tr> <td width='330' valign='top' bgcolor='#F3F3F3'
 
 
</
p
 
</
div
 
 </
font></p>    </td
Y no entiendo que puede estar pasando

Última edición por poonkrocker; 10/07/2009 a las 15:57