/ Published in: PHP
Expand |
Embed | Plain Text
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/inc/file.php');?>
Comments
Subscribe to comments
You need to login to post a comment.
dmarten on 03/22/07
php include path relative absolute inc
6 people have marked this snippet as a favorite
luman
basicmagic
vali29
skywalker
JimiJay
silentbob84
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/inc/file.php');?>
Subscribe to comments
You need to login to post a comment.
All it does on my server is echo out the contents of the file to the web browser.