trouble with fasttemplate

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
User avatar
peppelorum
Forum Newbie
Posts: 12
Joined: Sun Jul 21, 2002 3:19 pm
Location: Leksand, Sweden

trouble with fasttemplate

Post by peppelorum »

Having some trouble with fasttemplate, it writes the brackets for the places for the data..

Image

don´t bother about the language, it´s swedish:)

http://www.thewebmasters.net/php/FastTemplate.phtml
User avatar
peppelorum
Forum Newbie
Posts: 12
Joined: Sun Jul 21, 2002 3:19 pm
Location: Leksand, Sweden

Post by peppelorum »

Seems like it replaces everything, not just the stuff inside the brackets!
So when I´m sending a value named TITLE it also replaces the standard html code <TITLE>{TITLE}</TITLE> so it looks like this:
<Morning><Morning</Morning>

Someone know whats wrong?
Runs Apache 2.0 and php 4.2.1
Post Reply