Hey there,
I am running a vps box with a few different accounts set up. I own them all, so I have full access to permissions and such, my question is this.
How can I include a file from a different account on my box?
I tried doing this method:
<?php include ('/home/account1/public_html/includes/file.txt') ?>
But get an error message because I'm trying to do it from /home/account2
How would I go about making a global include file?
Thank you!