I need to create two related tables in MySQL and return a result set as JSON using PHP.
I have figured out how to get my data from MySQL using PHP and how to encode it to JSON, but I'm not sure how to use Javascript to display the JSON results on my page.
Any help would be appreciated.