Download MyJSON – Work with MySQL + JSON Nulled

MyJSON is a PHP5 Class, with it, you are now able to:

  1. Create JSON string from a MySQL Query
  2. Insert JSON content into a MySQL Table
  3. Create/Insert will work as export! So you is a new experience on backups: with JSON!
  4. The JSON created can be indented or not, you choose
  5. Easy to get class-failure errors
  6. Examples of both functions are included

Examples

Creating JSON from MySQL query:

echo $json->SQLtoJSON("SELECT * FROM your_table");

Creating indented JSON from MySQL Query:

echo $json->SQLtoJSON("SELECT * FROM your_table", true);

Creating MySQL QUery from JSON:

$json->JSONtoSQL($your_json, 'your_table');

Rating will be really appreciated.
Questions? Suggestions? Please, don’t doubt to leave a comment!

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy MyJSON – Work with MySQL + JSON from the The Developer ( Sourcegeek ) website. Thank you.
Download = MyJSON – Work with MySQL + JSON-[Updated].zip

Free Download

You May Also Like

About the Author: admin