在windows中使用curl(xampp)

时间:2014-01-09 09:42:09

标签: php curl

我使用以下行来获取状态。

  

$ curl_cmd =“/ usr / bin / curl -k -d \”$ post_data \“$ url 2> / dev / null”;

现在,这在我的服务器中完美运行 问题是,如何编写这一行,以便它在我的本地工作?目前它不能在我的本地工作因为没有这样的usr/bin目录。所以如何解决呢?
如何为Windows转换此行?  我在windows xp中使用xampp。

2 个答案:

答案 0 :(得分:0)

You can find the file n the xampp\php-Folder (Windows) or in the /etc-Folder (in the Xampp/Lampp-Folder). It can be edited using a normal Text-Editor.

php.ini,你会发现它的卷曲。

答案 1 :(得分:0)

go to C:\xampp\php\php.ini  //your xampp location

在php.ini中

just remove ";" from ";extension=php_curl.dll" line.

并重新启动apache