我尝试在 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 的内容,我需要做什么?
提前致谢