By phdhiren on
For the security reason my host provider not allowing to switch on allow_url_fopen in php.ini
I would like to use the function file_get_contents() , How to run my module without using this function because I require to open a file and get the content as well as write to the file.
Comments
Does your host have cURL
EDIT- sorry, I misread your question.
Are you using a URI or a
Are you using a URI or a system path?
system path
I'm using the system path.. like listing directory and reading files etc.
Try something like this...