/ Published in: PHP
I use this instead of filegetcontents() to allow the use of php-tags in the include files.
Expand |
Embed | Plain Text
<?php include_once($file); print $site; ?>
You need to login to post a comment.
Mikker on 07/23/07
2 people have marked this snippet as a favorite