Welcome Guest, Not a member yet? Register   Sign In
Read file to another server
#6

(This post was last modified: 03-27-2024, 12:26 AM by pippuccio76.)

(03-26-2024, 05:07 PM)kenjis Wrote: I recommend you read the user guide, because it tells everything you need in most cases.
https://codeigniter4.github.io/CodeIgnit...-responses

PHP Code:
        $client = \Config\Services::curlrequest();

        $url      'https://www.cmu.edu/blackboard/files/evaluate/tests-example.xls';
        $response $client->request('GET'$url);

        $content $response->getBody();

        file_put_contents(WRITEPATH 'sample.xls'$content); 


sorry but 

Code:
file_put_contents
it is not written in this page, I love codeigniter , but i think documentation it needs to be much improved , we need examples like
 Build your first application part...
Reply


Messages In This Thread
Read file to another server - by pippuccio76 - 03-25-2024, 06:12 PM
RE: Read file to another server - by kenjis - 03-25-2024, 06:35 PM
RE: Read file to another server - by pippuccio76 - 03-26-2024, 12:33 AM
RE: Read file to another server - by pippuccio76 - 03-26-2024, 05:24 AM
RE: Read file to another server - by kenjis - 03-26-2024, 05:07 PM
RE: Read file to another server - by pippuccio76 - 03-27-2024, 12:25 AM
RE: Read file to another server - by kenjis - 03-27-2024, 01:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB