JUMP mysql to JSON transferer
A simple program to query mysql data and display the queried data in JSON format. The data displayed in JSON format will change and update as the data in your mysql database changes.
Quickstart guide
- Copy the files into your project
- Open config.php in a text editor
- Enter your mysql database credentials in the first four empty varibles
- Enter the sql query that you would like returned in the bottom varible
- Save the changes you have made and exit out of the flie
- Open output.php and you should see the result of your query displayed in JSON format
Notes
- make sure php is installed
Contact
feel free to contact me on instagram. https://www.instagram.com/dkparker35/