How do I change the php.ini on a remote server

A

Anonymous

Guest
My webhost company is using php 4.3 yet they have register_globals set to on. Also the upload_tmp_dir is set to null. can someone give me an idea on how make the changes to the ini file on the server?
 
having register_globals is not a security risk if you program thinking that it is off. Just make sure you are using the super globals.
 
Back
Top