Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using HTML template in PHP

Status
Not open for further replies.

HollyVally

Programmer
Jan 3, 2003
48
BD
Hi, can anyone please direct me to a good documentation on using HTML template in PHP? I need to use PHP to develop an HTML page on the fly. I was wondering if I could use HTML template for it.

Thanks
 
Hi!

FastTemplate is an easy template system. It does not compile,so just check it out if it's fast enough for your purposes.


It is alos advisabe to go into the class and choose different variable delimiters, since {myVar} is sometimes unsafe.
They probably offer different delimiters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top