Tema: metas en php
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/10/2004, 10:27
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 2 meses
Puntos: 129
Pues .. podría ser algo tipo:

una_pagina_cualquiera.php
Código PHP:
<?
$metas
="<blablabal>";
include (
"cabecera.php");
// etc ...
?>
y tu "cabeceras.php" .. tendría algo tipo

Código PHP:
<html>
<head>
<? echo $metas ?>
</head>
<body>
Un saludo,