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)