
November 2nd, 1999, 07:57 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Although I'm just starting to experiment with this myself, the general approach is to use some sort of HTML templates that allow you to separate the programmers' PHP code from the designers' HTML.
The most common approach I've seen is using the FastTemplate PHP class: http://www.thewebmasters.net/php/FastTemplate.phtml
|