hey all,
i have a script that uses a template system and the template system wont let you add php code directly to it, it just ignores it when it loads the template. how do i get the template to parse the php code like a normal php page would?
Use [man]eval/man to parse the string?
what template system is it? Some have there own way of letting you add direct php like smarties {php}{/php}