Howdy,
Is it possible to change the php.ini file without having to access the server?
I am building a program and want it to do everything when I say "create" and I want it to change the allow_url_fopen to be on if not already on and then upload a few files.
I have access to the FTP, is it possible to dynamically download it, read the file replace allow_url_fopen = off with allow_url_fopen = on then finish uploading using the fopen function?
Thanks.