Warning: file_get_contents(http://steamcommunity.com/market/priceoverview/?currency=3&appid=730&market_hash_name=AWP%20%7C%20Asiimov%20%28Factory%20New%29): failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in /home/u393920231/public_html/trade/search.php on line 53
tylko np: brak broni.
link: http://m8.esy.es/trade/search.php?aaa=AWP+|+Asiimov
kod php:
foreach($items as $item) { $json = json_decode(file_get_contents('http://steamcommunity.com/market/priceoverview/?currency=3&appid=730&market_hash_name='.rawurlencode($item)), true); { printf('<p><strong>%s</strong></p><ul><li>Najniższa cena: --</li><li>Średnia cena: --</li></ul>', $item); } else { // Dopisane //$med = $json['median_price']; // koniec printf('<p><strong>%s</strong></p><ul><li>Najniższa cena: %s</li><li>Średnia cena: %s</li></ul>', $item, $najm, $med); }