problem with curl_init() function

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
alexmaster_2004
Forum Commoner
Posts: 35
Joined: Wed Sep 14, 2005 8:44 am

problem with curl_init() function

Post by alexmaster_2004 »

Hi
i have a problem with curl_init()
When i try to call this function i get this error "Fatal error: Call to undefined function: curl_init()".
i don't know what i should do to make it run.as you can see in the url there is no requirements for it.
Hope you can help me
Thanks
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Hi,

You do not have the cURL library/extension installed :)

http://us2.php.net/manual/en/ref.curl.php
Post Reply