Hi Oliver, you first have to put your db results in an array which should not be to difficult. Then you can convert that array into json using the build-in function "json_encode" (since php5.2): http://de2.php.net/manual/de/function.json-encode.php
The whole thing is explained in detail by big blue: http://www.ibm.com/developerworks/library/os-php-v523/index.html Georg. 2008/3/3, Oliver Ishmael <[EMAIL PROTECTED]>: > > Hello, > > I have just tried the Exhibit 'Getting Started' tutorial and I am most > impressed with its capabilities. > > I currently have my data stored in a MySQL database (MySQL client version: > 5.0.45), but having had a look at the help files I'm really not sure how to > retrieve it in JSON format. Please can you describe how I do this > (preferably with a worked example)? > > > Many thanks for your time & attention > > > > > ________________________________ > She said what? About who? Shameful celebrity quotes on Search Star! > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
