About PHP Template ,Is anybody use htmltmpl

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
saloufeng
Forum Newbie
Posts: 8
Joined: Fri Aug 01, 2003 7:49 am

About PHP Template ,Is anybody use htmltmpl

Post by saloufeng »

About PHP Template ,Is anybody use htmltmpl
I have lots of Perl HTML::Template Template files.
when I use those files to PHP htmltmpl,Many Error is
taken.at perl that like <TMPL_VAR name=something>
at PHP that must be <TMPL_VAR something>???
and at Perl I use <TMPL_VAR ESCAPE=HTML name=something>
<TMPL_VAR ESCAPE=URL name=something>
how to deal with at htmltmpl,Is there anyway to deal with
this without rewrite Template files ?

Is there anyone could help me? Very Thanks!
email : saloufeng@163.com
Post Reply