This document discusses communication between PHP and jQuery. It notes that jQuery is a JavaScript library for event handling, DOM manipulation, animation, and AJAX. It then compares XML, HTML, plain text, and JSON for asynchronous data transfer, noting the pros and cons of each. The bulk of the document focuses on JSON, covering parsing, creation, return values, and examples for form processing and debugging with FireBug and FirePHP.