need to change codes file_get_contents with cURL code
问题 I need this code done without file_get_contents, because my server doesn't allow to change php.ini . cURL works good. So maybe someone can make it work with cURL ? this is the code i have right now: (A guy once helped me make this and it worked, but now i have new host and it won't let me change allow_url_open) // List of players to fetch data for $players = array('FixAlot','Kringel'); // URL to get statistics from define('LOL_URL', 'http://euw.leagueoflegends.com/ladders/solo-5x5'); // for