cURL is not working with codeignier 3 |
In CodeIgniter 3.1.8. I used cURL.
Code: public function sample() I can not get any error or response from that. but the same code is working outside of Codeigniter. should I use an external library for that? or Should I make some changes to the code? I checked this one https://github.com/philsturgeon/codeigniter-curl but it is DEPRECATED. |
Messages In This Thread |
cURL is not working with codeignier 3 - by dhaval - 07-24-2018, 11:13 PM
RE: cURL is not working with codeignier 3 - by Pertti - 07-25-2018, 12:59 AM
RE: cURL is not working with codeignier 3 - by dhaval - 07-25-2018, 01:13 AM
RE: cURL is not working with codeignier 3 - by Pertti - 07-25-2018, 01:47 AM
RE: cURL is not working with codeignier 3 - by InsiteFX - 07-25-2018, 03:28 AM
RE: cURL is not working with codeignier 3 - by excellentwebworld - 08-11-2018, 12:05 AM
RE: cURL is not working with codeignier 3 - by InsiteFX - 08-11-2018, 06:09 AM
RE: cURL is not working with codeignier 3 - by skunkbad - 08-11-2018, 03:30 PM
|