Derrick Fogle <mailto:[EMAIL PROTECTED]>
    on Tuesday, August 05, 2003 2:14 PM said:

> I've found that I prefer programming this way, for the most part,
> putting most of the heavy PHP programming at the top, and then using
> static HTML interspersed mostly with quick <?= $variable ?> statements
> for what users see.

In that case you will want to adopt a templating system. Smarty[1] comes
to mind first.


chris.

[1] http://smarty.php.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to