Hi - Thanks for taking the time to read this!
I have a python script that is populating several tables in my database. this is all working great, BUT, i'd like to make this data available for another website
I figure the best way to to create a JSON feed, but I'm a bit lost.
Put simply. how do turn "select * from mytable" into a JSON feed i can use to pull into a php file elsewhere
THANK YOU!