我有以下cURL请求,但它没有返回该特定网址的任何结果?
$ch = curl_init("https://www.google.com");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
echo $result;
它只返回:
<html>
<head></head>
<body></body>
</html>
记录我使用php 5.2.5
运行(libcurl/7.16.0 OpenSSL/0.9.8g zlib/1.2.3)
有什么想法吗?
答案 0 :(得分:0)
$str
未定义,您希望回显$result
。
所以,只是将你的最后一行更改为echo $result
并且它正在运行
答案 1 :(得分:0)
通过将以下文件的较新版本替换为apache22 \ bin文件夹
来管理修复的libeay32.dll libssh2.dll ssleay32.dll