0
Import json file as MySQL database
Hey, I'm currently writing a program where i need to display some information from json files. Is it possible to translate json so that MySQL can see it as database?
1 Odpowiedź
0
if you already have the json files why u don't just use them?, or you could save the data into the DB instead of those files, php can handle json.