PHP Classes

Query To JSON: Convert MySQL query results to JSON format

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,407 This week: 1All time: 2,773 This week: 560Up
Version License PHP version Categories
querytojson 0.1BSD License5.2PHP 5, Databases, Text processing, Da...
Description 

Author

This is a very simple class that converts data from MySQL query result to JSON format.

It executes a given MySQL query and extracts the results into a single array.

The class calls the PHP function json_encode to return a string with the whole result set data in the JSON format.

Picture of L Bharti
Name: L Bharti <contact>
Classes: 1 package by
Country: United States United States
Age: ???
All time rank: 1925269 in United States United States
Week rank: 411 Up48 in United States United States Up

Details

Author : Loknath Bharti Email : lbharti at gmail dot com class : QueryToJson Functions queryToJson($result, $header) : It converts the mysql query result into a JSON string with $header as the top header with column header as the header for other data values Arguments : $result : mysql result returned by mysql_query() $header : top header of the JSON object Return : the JSON string

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example example
Plain text file queryToJson.class.php Class class
Accessible without login Plain text file README Doc. README

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,407
This week:1
All time:2,773
This week:560Up