Logo
My Journal
Tag

php function

Tag

include function for remote files disabled by default

If your PHP installation is secure and you try to include a file using an absolute path or a remote file then you will face this issue. For example … [php] <? include ("http://www.somedomain.com/file.php"); ?> [/php] will result in you seeing this PHP error when viewing the page ...

Continue reading ...