Alrighty...so I'm using the code:
CODE
<?php include('../html_document.txt'); ?>
to include my HTML coding in the PHP pages on my site. It works beautifully for all php documents 1 folder from the root directory. I use the
CODE
../
characters before the file name for the php documents within the non-root-directory folders, and it works great.But with php documents 2 folders from the root directory, the
CODE
../
characters before the file name don't work anymore and don't refer back to the root directory for some reason. I always thought the CODE
..
meant to refer to the root directory, but of course, I always used HTML instead of PHP before moving to this host, so I'm not sure. Could someone please help me? I'll tell you the exact error code I get once the UUUQ server is back up.
Thanks!
