API.php

For discussion of the Poker Mavens server module and other administration topics
Post Reply
mike123
Posts: 72
Joined: Tue Feb 16, 2010 7:30 am

API.php

Post 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 ?
Kent Briggs
Site Admin
Posts: 5879
Joined: Wed Mar 19, 2008 8:47 pm

Re: API.php

Post 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.
Post Reply