Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/01/2002, 22:11
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 9 meses
Puntos: 9
Re: usar includes como boletin de noticias

gracias, por mientras estoy creando esto para las cada archivo de las notas

n.php
donde:
n=numero de la nota


<?php
function cabeza()
{
?> TITULO
<? }

function entrada()
{
?>
ENTRADA
<? }

function nota()
{
?>
NOTA COMPLETA
<? }

function fuente()
{
?>
FUENTE
<? } ?>


<html><center><embed src="http://www.ladodos.com/imagenes/ld.swf" height=40 width=450>
</embed></center></html>