First post from a newbie, I am learning by doing.
I've been able to read data out of mysql, put it into a JSON object and return that data into a browser. There are currently five rows in the db and my query is selecting all rows. What I would like to do is return the five most recent rows (in the JSON object) and then pull out the first field of each row as the title in a collapsible panel (jam) with the third field of each row as the content in that drop down collapsible div.
Can't seem to figure out how to pull a specific pair from the JSON return object. I hope my post makes sense. I appreciate any pointers, doc, tutorial, sample where I can learn how to do this.
Thank you!