QuickPHP and include statements
-
Hi. I’m trying to get CG-QuickPHP to use a php ‘include’ statement into a post, to include a php file. I’m using the following statement, but it isn’t working (nothing is being included):
<quickphp include(‘https://mydomain.com/dir/file.php’); />
Is this the correct way of using quickPHP and/or the correct way of specifying the location of the normal.php file? Does QuickPHP support ‘include’? Or should I just specify a relative location, like:
<quickphp include(‘dir/file.php’); />
Any help would be appreciated.
Thanks,
Amir
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘QuickPHP and include statements’ is closed to new replies.