Mam taki kod:
<?php ?>
Wyświetla on cały mój ekwipunek z cs go w postaci json, ale chciałbym aby wyciągało do zmiennych php wszystkie wartości typu:
Kod
["name"]=>
string(26) "Glock-18 | Water Elemental"
string(26) "Glock-18 | Water Elemental"
Kod
["actions"]=>
array(1) {
[0]=>
array(2) {
["name"]=>
string(18) "Inspect in Game..."
["link"]=>
string(113) "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S%owner_steamid%A%assetid%D14323390804893811622"
}
}
array(1) {
[0]=>
array(2) {
["name"]=>
string(18) "Inspect in Game..."
["link"]=>
string(113) "steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S%owner_steamid%A%assetid%D14323390804893811622"
}
}
Troche chaotycznie ale mam nadzieje że zrozumiecie. Z góry dzięki za pomoc.
