PHP Classes
elePHPant
Icontem

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    
Last Updated Ratings Unique User Downloads Download Rankings
2008-06-08 (8 years ago) RSS 2.0 feedNot enough user ratingsTotal: 1,397 This week: 1All time: 2,697 This week: 1,047Up
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

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,397
This week:1
All time:2,697
This week:1,047Up