curl_init():call to undifined external function 'curl_init'

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
falcon758
Forum Newbie
Posts: 2
Joined: Tue Sep 20, 2005 3:45 pm

curl_init():call to undifined external function 'curl_init'

Post by falcon758 »

when i try to execute one programm in php it give me this error:
curl_init():call to undifined external function 'curl_init' , extension 'php_curl' - check configuration
How can i resolve it?
thanks
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Have you got the curl extension installed and loaded on the server? :)

curl_init is not a default PHP function, it is part of the cURL package :)
falcon758
Forum Newbie
Posts: 2
Joined: Tue Sep 20, 2005 3:45 pm

Post by falcon758 »

Where can i download it?
and how can i install it?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply