开发者

Importing importing gmail contacts to my page?

I am trying to import the gmail contacts to my page but there is an error called Curl function is undefined ..How to solve this problem ...开发者_StackOverflow中文版 And Is there any way to import the yahoo mail contacts?


I am assuming you are using PHP. Seems like curl is not installed. Take a look here: http://www.php.net/manual/en/curl.installation.php or contact your hosting provider.


  1. open php.ini
  2. Search for ‘extension=php_curl.dll’. If not found add it to ‘Dynamic Extensions’ section. If found, uncomment the statement.
  3. Then restart Apache if on localhost.

then you should not this error.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜