I am not sure if you're trying to change any values in your php.ini file (and you have no control over your php.ini), but one way to do it is this. In .htaccess you can add lines like these depending whether it's a flag or a value:
------------------------------------------
php_flag magic_quotes_gpc On
php_value sendmail_from "me@mydomain.com"
------------------------------------------
And these will make changes to your php configuration.
As direct answer to your question, I don't know, but maybe my "first" answer helped a bit.
Good luck! (ili mozda na bosanskom...sretno i hairli!)
Bookmarks