Published in: PHP
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/inc/file.php');?>
Comments
Subscribe to comments
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
dmarten on 03/22/07
php include path relative absolute inc
5 people have marked this snippet as a favorite
luman
basicmagic
vali29
skywalker
JimiJay
Published in: PHP
<?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.