How to create JSON File from MySQL Database using PHP
This tutorial tackles on how to create a JSON file from MySQL Database using PHP. JSON stands for JavaScript Object Notation and has an extension of .json which is a syntax for storing and exchanging data. JSON is a text, which is used in exchanging data between a browser and a server.