Ver Mensaje Individual
  #7 (permalink)  
Antiguo 26/10/2006, 15:52
T_O_N_N_Y
 
Fecha de Ingreso: octubre-2006
Ubicación: Quart de Poblet, Valencia
Mensajes: 767
Antigüedad: 17 años, 6 meses
Puntos: 8
INDEX:
Código PHP:
<html>
<table width=700px align=center border=1>
  <tr> 
    <td colspan="2"> 
      <?php include ("/home.2/tonnyspa/www/index_head.php");?>
    </td>
  </tr>
  <tr> 
    <td valign=top width="170" height="183" bgcolor=C8C8C8>
      <?php include("/home.2/tonnyspa/www/includes/menu/menu.php");?>
    </td>
    <td valign=top width="564" rowspan="3" bgcolor=C8C8C8> 
      <?php include("/home.2/tonnyspa/www/noticias/news.php");?>
    </td>
  </tr>
  <tr>
    <td valign=top bgcolor=C8C8C8><?php include("/home.2/tonnyspa/www/login.php");?></td>
  </tr>
  <tr>
    <td valign=top bgcolor=C8C8C8>Webs amigas</td>
  </tr>
  <tr> 
    <td background="MIWEB/images/fondo.gif" height=25 colspan="2" align=right bgcolor=C8C8C8>ToNnYSpAiN.CoM 2006 </td>
  </tr>
</table>
<?php include("/home.2/tonnyspa/www/includes/footer.php");?>
</html>
Y la cuestion es que en los otros archivos que están included no hay php (son simples html)
De todas formas news.php si que tiene:
Pero nada de header. No puedo poner el código poruqe no se que URL sale y no me deja enviar el mensaje. :S
Saludos.