正在导入 Gmail 联系人到我的页面吗?

发布于 2024-09-04 06:19:47 字数 79 浏览 2 评论 0原文

我正在尝试将 gmail 联系人导入到我的页面,但出现一个名为 Curl 函数未定义的错误。如何解决此问题... 有没有办法导入雅虎邮件联系人?

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 ...
And Is there any way to import the yahoo mail contacts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南七夏 2024-09-11 06:19:47

我假设您正在使用 PHP。好像没有安装curl。看一下这里: ​​http://www.php.net/manual/en /curl.installation.php 或联系您的托管提供商。

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.

辞取 2024-09-11 06:19:47
  1. 打开 php.ini
  2. 搜索“extension=php_curl.dll”。
    如果未找到,请将其添加到“动态扩展”部分。
    如果找到,请取消注释该语句。
  3. 如果在本地主机上,则重新启动 Apache。

那么你不应该出现这个错误。

  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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文