how load externally hosted data in JSON format

SenDoh

New Member
What would the syntax be to pull an external data source,which has the data in JSON format into a variable to be worked with. I understand using json_decode($variable) but how would i load the actual data into that variable for decoding?
 
Back
Top