I have a small pl script I want to run so that it outputs some text into my footer.
<?php @include("http://www.mydomain.com/cgi-bin/myscript.pl"); ?>
Do I call this as a variable in a block like <actinic:block php="true">.
I have tried many combinations to get this to work.
Has anyone got an example of such an include.
Any help appreciated.
Tony
<?php @include("http://www.mydomain.com/cgi-bin/myscript.pl"); ?>
Do I call this as a variable in a block like <actinic:block php="true">.
I have tried many combinations to get this to work.
Has anyone got an example of such an include.
Any help appreciated.
Tony
Comment