[Phplib-users] phplib template function
Brought to you by:
nhruby,
richardarcher
From: sam <sam...@we...> - 2001-09-27 22:48:40
|
hi! i´ve got a problem with template.inc. $printout="hi{\$test}hi"; $tpl = new Template(); $tpl->set_var(array( "test"=>$printout) after parsing everything between {$ and } is not displayed. it only prints hihi. hope u understand my problem and can help me. sam |