-1
Good what I intended to do is to get the part of a site with php and store in a variable $price.
Well the link is as follows: http://steamcommunity.com/market/priceoverview/? currency=1&appid=730&market_hash_name=M249%20|%20Contrast%20Spray%20(Field-Tested)
From this link I wanted to get the value of "median_price":"$0.03" and store in that such variable of $price.
How can I do it?
Thank you.
Possible duplicate of How can I get the lottery results?
– Daniel Omine
see the script for that answer: http://answall.com/a/47605/4793 The logic is the same. Just change the URL
– Daniel Omine
I don’t understand very well, can you give me an example with the code so I can understand better? Thank you.
– Gonçalo
I believe it is exact duplicate of this (after all, only changes the origin of the data): Receive external JSON data from PHP.
– Bacco