Home > Backend Development > PHP Tutorial > 循环实施执行不了

循环实施执行不了

WBOY
Release: 2016-06-13 12:45:04
Original
963 people have browsed it

循环执行执行不了。
$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来循环执行上边代码就不可以了?

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template