Home › Forums › Other › How to setup a database table? › Re: How to setup a database table?
July 1, 2013 at 10:21 pm
#141237
Participant
@traq I’m not technically using an API here. Just grabbing this data: http://readability.com/christopherburton/latest/feed
PHP:
$xml = simplexml_load_file(“http://readability.com/christopherburton/latest/feed”);
$json = json_encode($xml);
$array = json_decode($json,TRUE);