Is there a way to include_once ("somefiles.php") in PhP that only that code can read.
Other people cannot read that, at least not in human readable format.
somefiles.php can be put on other server but must be cached. Perhaps there is some encoding?