I want to write a PHP API through I can create JSON file by using MySQL.
Suppose I have a table "A" and I have 2 columns FILENAME and FILETYPE with 10 rows inserted.
I have to write a PHP code which will create a JSON file and take the data from table A (i.e. 10 rows) and print the value in a valid JSON format into JSON file.
json_encode()function – Naryl Dec 3 '12 at 9:54