[PHPLIB] Templates in HTML From: alesan <email protected>
Date: 12/01/99

I need a way to perform templates for HTML pages
that generated HTML Code (too) with slight changes in the pages
that use that templates.
Why I want to say with templates? I am reffer to the pages
generated dinamically like www.download.com by example.
That all the pages have the same visual aspect.

The way that i test, work fine for basics is:

1. Generate a HTML that I call template.html
2. Include the next code in each page:

-----------
        <? include("template.html") ?>
Hello!<BR>
</HTML>
----------

There a place in internet that explain a good way to perform this. I
am convinced that my way is well, but I wanna try other forms that
teach me new ways to perform a best job. A tutorial or other
examples could be wonderfull for me!

somebody can help to find this?

---
Alejandro Sanchez
Cordoba, Argentina
Tel: +54 (351) 155054328
     +54 (351) 4695509
alesan <email protected> 
alesanago <email protected>
ICQ 7128147
    
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.