php_value auto_prepend_file WITHOUT htaccess?

Gordon S

New member
Hello, I want a file (or functions) to be automatically loaded / available for a subdomain of my website. HOWEVER, I do not want to alter php.ini and cannot use the htaccess "auto_prepend" command (server restrictions).

Any ideas on how this can be achieved ?

or would I need to "include" the files in every script that requires these new functions.

(only a small part of my whole site)...
 
Back
Top