If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.
Finally, you can manage your Google Docs, uploads, and email attachments (plus Dropbox and Slack files) in one convenient place. Claim a free account, and in less than 2 minutes, Dokkio (from the makers of PBworks) can automatically organize your content for you.
Comments (3)
Htain Linn Htoo said
at 4:42 am on May 8, 2010
Got an error "Fatal error: Call to undefined function: curl_init()" when open "example.php". (Ornagai PHP SDK)
Solution:
If your are using windows based system , CURL can be enabled by uncommenting the curl extension line in the php.ini file - extension=php_curl.dll and restarting the web server.
For Unix/Linux, PHP must be compiled with CURL support and the libcurl library must be installed.
pont pont said
at 7:41 pm on Nov 16, 2012
I got Fatal error: Call to undefined function curl_init() in \application\libraries\spellcheck.php on line 16 when search .
pont pont said
at 7:48 pm on Nov 16, 2012
I resolved this problem :)
You don't have permission to comment on this page.