Page 1 of 1

API.php

Posted: Thu Dec 23, 2010 6:32 am
by mike123
every page i include api .php

it says

Fatal error: Call to undefined function curl_init() in http://localhost/api.php on line 8


i copied the link from the api examples and changed the url to my website and the password to my api password. any idea ?

Re: API.php

Posted: Thu Dec 23, 2010 10:24 am
by Kent Briggs
mike123 wrote: Fatal error: Call to undefined function curl_init() in http://localhost/api.php on line 8
It usually means that the libcurl extension has not been installed in your PHP setup.