Include file (PHP)
by spyka (http://www.spyka.net)
Just change the file name to the file you want to include. All contents of the file will be included into the current PHP document.
Code:
<?
// Simple!
include("path/file.php");
?>
Code demo
Not available