Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   php include help :) (http://www.greenguysboard.com/board/showthread.php?t=2330)

Greenguy 2003-11-13 04:09 PM

php include help :)
 
Does anyone know how to adjust this coding so that it always look in the root of the domain for the file?

PHP Code:

<?php 
include("file.txt"); 
?>

I'd like to use the same code on all the pages, regardless of what directory they are in on the site (thus eliminating the need for me to hard code it, which gave me errors & the need to add ../ all over the place)

Cleo 2003-11-13 04:31 PM

This seems to work

include("$DOCUMENT_ROOT/file.txt");
?>



You have to love Google :)


All times are GMT -4. The time now is 02:26 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc