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)...
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)...