View Single Post
Old 03-09-2008, 07:13 PM   #25 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
Hey- what's up Mike.

falsepride> You might be interested to know that several PHP extensions (including some PEAR or other library classes) allow PHP to interact with most other environments. Using the JSON extension really isn't specifically a way for PHP to interact with JavaScript, it's just a shortcut to encode or decode a JSON string, which really could be used as a lightweight protocol to interact with anything, much the way XML is used.

I for one, am glad to have found JSON as an alternative to XML, as I can't stand dealing with it (as a web service, anyway).
__________________
bdl is offline   Reply With Quote