Output Ajax JSON Header in PHP
Overview of JSON JSON http://www.json.org/ is an acronym for JavaScript Object Notation. It is essentially a way of exchanging data between a source and destination using name/value pairs. Commonly used when transferring data from a database to a website using AJAX. Generating a JSON object using php is pretty simple (although it won’t be covered [...]
Darian Brown – Webmaster's Blog and Portfolio