I’d like to use (and have tried with no success) the Allow PHP plugin with a PHP include statement that calls an external file from another host. Problem is, I can’t get the include statement to parse. I just end up with a blank area.
My very simple include statement looks like:
<?php include ("http://nameofservice.com/3LTBDARBEO.html"); ?>So then when I apply the Allow PHP it turns into this, or at least I assume this is correct:
{exp:php}include ("http://nameofservice.com/3LTBDARBEO.html");{/exp:php}But as I said, it doesn’t parse. I have to the use the much slower Javascript option that they provide. Is my syntax wrong or am I missing something?
thanks
geof