You will either need to have access to the httpd.conf file or if the server is allowed t o use .htaccess files you can put a line in that looks like this.
<Directory /path/to/site/document_root/>
php_admin_value auto_append_file "/path/to/file"
</Directory>
if change is in httpd.conf restart apache.