i'm using rainTpl now and i want to use ajax form in renderd pages but after inserting php tag that show in html format and dont work
RAINTPL:
<?php echo 'ffff'; ?>
{$value.subject}<br/>
{$value.author}<br/>
{$value.date_time}<br/>
RESULT:
<?php echo 'ffff'; ?>
HELLO
My name
2013-01-01