Jump to content

Getting data from a URL and assigning variables


simonp

Recommended Posts

I need to be able to get some data from a URL and then split it up and assign variables.

 

Eg:

 

http://www.xxx.com/api?action=getPositions&key=xxxxxxxxxxxxxxxxxxxxx

 

shows:

 

XXXXXX API v1.00

key,label,timestamp,lat,long,altitude,speed,heading

 

I need to be able to get that information and assign each item to a variable (there will only ever be one result).

 

I think I need CURL for this maybe but don't really know where to start.

 

Hope someone can help!

 

Thanks

 

Simon

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.