How to do a 2-level php include() in User defined tag?
Posted: Sun May 18, 2008 7:17 pm
Hello!
I have a proxy php-script that works perfectly standalone. The thing with this script is that it includes another php-file.
Tag -includes- index.php -includes- index.inc.php
So when I include it via the user defined tag-thing in admin, I end up with lots of errors coming from the second php script that should be included aswell.
Anyone know of a way to get around this?
I have a proxy php-script that works perfectly standalone. The thing with this script is that it includes another php-file.
Tag -includes- index.php -includes- index.inc.php
So when I include it via the user defined tag-thing in admin, I end up with lots of errors coming from the second php script that should be included aswell.
Anyone know of a way to get around this?