/ Published in: PHP
I use this instead of file_get_contents() to allow the use of php-tags in the include files.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php include_once($file); print $site; ?>