Rumah  >  Artikel  >  pembangunan bahagian belakang  >  PHP使用curl,报parse error错误

PHP使用curl,报parse error错误

WBOY
WBOYasal
2016-08-25 10:37:141325semak imbas

这段代码是我同学发给我的

<code class="PHP"><?php   $ch = curl_init("http://www.baidu.com");//初始化

  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  curl_setopt($ch, CURLOPT_HEADER, 0);

  $output = curl_exec($ch);

  curl_close($ch);
  echo $output;
?>
</code>

PHP使用curl,报parse error错误

一模一样的代码,我粘贴他的代码运行出错,我照着他的代码手打一遍运行正常

PHP使用curl,报parse error错误

请问这是怎么回事?谢谢:-)

回复内容:

这段代码是我同学发给我的

<code class="PHP"><?php   $ch = curl_init("http://www.baidu.com");//初始化

  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  curl_setopt($ch, CURLOPT_HEADER, 0);

  $output = curl_exec($ch);

  curl_close($ch);
  echo $output;
?>
</code>

PHP使用curl,报parse error错误

一模一样的代码,我粘贴他的代码运行出错,我照着他的代码手打一遍运行正常

PHP使用curl,报parse error错误

请问这是怎么回事?谢谢:-)

有隐藏的字符,我也遇到过。

漏了分号……

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn