yes answered you in the vb.com here 's how to do:
no you must add in your .htaccess this
Code:
php_value auto_prepend_file /path/to/your/codetoinclude.php
or
php_flag auto_prepend_file /path/to/your/codetoinclude.php
auto_append_file works so.
Or define it in the php.ini directly, this allow to include a php code to ALL server's requests but many shared hosting doesnt allow this. Im trying to find an alternative to this in a thread below if anyone can help me out.