Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/10/2004, 11:03
Avatar de xcorpion
xcorpion
 
Fecha de Ingreso: octubre-2003
Ubicación: m é x i c o
Mensajes: 676
Antigüedad: 20 años, 6 meses
Puntos: 4
puedes hacer esto:
<?
$cuerpo =""includes/texto.htm";
?>
<html>
<?php include ("includes/superior.html"); ?>
<?php include ("$cuerpo"); ?>
<?php include ("includes/inferior.html"); ?>
</html>