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 のコンテンツを取得できるようにするには、どうすればよいですか?
前もって感謝します