Home  >  Article  >  Backend Development  >  循环执行执行不了。

循环执行执行不了。

WBOY
WBOYOriginal
2016-06-23 14:10:35795browse

$ch = curl_init("http://www.abc.com/m.php?id=$i") ;
curl_setopt($ch, CURLOPT_BINARYTRANSFER, true); 

直接地址栏执行http://www.abc.com/m.php?id=$i 是可以执行的。
用for来循环执行上边代码就不可以了?


回复讨论(解决方案)

详细描述一下你遇到的问题,哪里不行,错误信息是什么。

不是错误问题, 这个错误。是空白,提交不了。假如是使用curl来提交ID的话,需要在PHP.INI里开启php_curl.dll,,已经解决了。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn