By: Skrol29
Date: 2005-01-16
Time: 17:31
|
Re: Header and Footer
Hi Lordo,
Use parameter 'file' for a header that contains only Html.
Use parameter 'script' for a header that contains php code.
Put the needed parameter into a [onload] on [onshow] field.
Example:
[onload;script=header.php]
Take care that your script is not executed with a global scope.
In your script, global variables are reachable only if you declare them with the insctruction global.
|