I have a problem, I have this json link on an external server:
$res = get_data('http://www.campionandoalivorno.it/iwebkit/get_giocatori1718fanta.asp' . '?fanta=' . urlencode($param1) . '&ruolo=Portiere');
The link returns the list of visible data in this url.
How can I create a php array to use the data on my page?