Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to setup a database table? Re: How to setup a database table?

#141237
chrisburton
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);