【发布时间】:2012-07-12 07:13:12
【问题描述】:
我尝试在 xampp 上运行下一个代码:
$url2="https://....";
$content=file_get_contents($url2);
这就是我遇到的错误:
Warning: file_get_contents() [function.file-get-contents]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\xampp\htdocs\whoTalk\sys\user.php on line 38
我必须做什么才能获得 https:// 包装器的 url 内容?
提前致谢
【问题讨论】: