
11/10/2004, 11:03
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: m é x i c o
Mensajes: 676
Antigüedad: 22 años Puntos: 4 | |
| puedes hacer esto:
<?
$cuerpo =""includes/texto.htm";
?>
<html>
<?php include ("includes/superior.html"); ?>
<?php include ("$cuerpo"); ?>
<?php include ("includes/inferior.html"); ?>
</html> |