php smarty
am 06.10.2007 06:54:56 von cmk128
Hi
I know i shouldn't write php code in the smarty template (.tpl
file), but i have a special reason, so i need to do that.
If i put $abc into .tpl, it will transform to $sql?>
how to stop the smarty engine this?
thanks
from Peter (cmk128@hotmail.com)
Re: php smarty
am 06.10.2007 08:39:31 von badar.waqas
On Oct 6, 9:54 am, cmk...@hotmail.com wrote:
> Hi
> I know i shouldn't write php code in the smarty template (.tpl
> file), but i have a special reason, so i need to do that.
>
> If i put $abc into .tpl, it will transform to $sql?>
>
> how to stop the smarty engine this?
>
> thanks
> from Peter (cmk...@hotmail.com)
if u r asking how to write php code in smarty then put ur PHP code in
{PHP}