<?php $hand = curl_init(); curl_setopt($hand, CURLOPT_URL, "http://www.the-west.de/"); $result = curl_exec($hand); curl_close($hand); ?>
Zwraca pustą tablicę, dlaczego? Przecież znajdują się dane w spanie playerCount?
<?php $hand = curl_init(); curl_setopt($hand, CURLOPT_URL, "http://www.the-west.de/"); $result = curl_exec($hand); curl_close($hand); ?>
curl_setopt($hand, CURLOPT_RETURNTRANSFER,1);