How can I add PHP to a template, because when I write:
Nothing appears.
Can somebody help me?
Thanks in advantage.
Cya,
PHP
-
cyberman
Re: PHP
Have you tried this
Code: Select all
{literal}
<?php
echo "Hello world";
?>
{/literal}-
mahjong
-
cyberman
Re: PHP
I'm sorry - my mistakeSilverXp wrote: The first code isn't working.
Should be
Code: Select all
{php}
echo "Hello world";
{/php}
