Welcome Guest, Not a member yet? Register   Sign In
having problem in curl_init() function
#1

[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.
#2

[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.
#3

[eluser]bhogg[/eluser]
Some resources for installing cURL, assuming you have access to the server to do so:

http://curl.haxx.se/libcurl/php/




Theme © iAndrew 2016 - Forum software by © MyBB