How to add PHP code to Phplinkdirectory

September 22nd, 2011 by admin

Use {php} {/php} instead of <?php   ?>

i.e.,

replace <?php with {php}

and

?> with {/php}

Example:

{php}
echo “This is php code included in .tpl<br />”;
{/php}

Posted in Coding, Web Design | No Comments »