![]() |
having problem in curl_init() function - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: having problem in curl_init() function (/showthread.php?tid=30941) |
having problem in curl_init() function - El Forum - 06-01-2010 [eluser]ratna[/eluser] hi, i need to user curl_init() function in my application. but i am getting 'Call to undefined function curl_init()' message. so pls help. how to deal with curl_init() function. having problem in curl_init() function - El Forum - 06-01-2010 [eluser]skunkbad[/eluser] [quote author="ratna" date="1275390436"]hi, i need to user curl_init() function in my application. but i am getting 'Call to undefined function curl_init()' message. so pls help. how to deal with curl_init() function.[/quote] If you don't have curl_init(), then curl isn't installed. Check with phpinfo(). If you don't see curl, it's not available. having problem in curl_init() function - El Forum - 06-01-2010 [eluser]bhogg[/eluser] Some resources for installing cURL, assuming you have access to the server to do so: http://curl.haxx.se/libcurl/php/ |