PHP, JSON, and MySQL

Hulk Hogan

New Member
What is the easiest way to retrieve data from the database, and convert the data to a JSON String?
Is there any kind of helper class? or am I supposed to loop through the columns in my dataset to create the JSON string?sample code would be great
 
Back
Top