I'm trying to get some data from a website that is not mine, using this code.
<? $text = file_get_contents("https://ninjacourses.com/explore/4/"); echo $text; ?> However, nothing is being echo'd, and the string length is 0.
I've done this method before, and it has worked no problem, but with this website, it is not working at all.
Thanks!
allow_url_fopenin yourphp.inifile?SSL operation failed with code 1. OpenSSL Error messages: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failureallow_url_fopen. It's on by default.