| Author |
Message |
krnl Member
|
Posted: 10 Mar 2008 12:11:34
How can I include an external PHP file? I thought I could use:
{include file='file.php'}
But that clearly doesn't work. How can I do it?
|
krnl Member
|
Posted: 12 Mar 2008 15:01:06
The answer is:
{php} include('/absolute/path/to/your/script.php'); {/php}
|
|