Re: [jQuery] Loading JSON Data from PHP

2006-09-14 Thread SDisk SDisk
In PHP I use Services_JSON of PHP Pear and then I generate the output convertingthe data array with $json-encode($obj);echo $json;2006/9/14, Clodelio Delfino [EMAIL PROTECTED]: Thanks Matt for the reply, anyway...i've replaced the JSON output withXML and works fine now...Cheers,cdelfinoMatt Stith

[jQuery] Loading JSON Data from PHP

2006-09-13 Thread Clodelio Delfino
Hi All, Good day, how do I load a JSON output from PHP and display it using ajax???, i've followed the sample from visualjquery.com on using ajax but it data thrown was XMLHttpRequest message... I think i'm doing it all wrong... ;( expected display: table tr tdres1/td tdres1/td /tr tr tdres2/td

Re: [jQuery] Loading JSON Data from PHP

2006-09-13 Thread Matt Stith
Do you have a test page we could see?On 9/13/06, Clodelio Delfino [EMAIL PROTECTED] wrote:Hi All,Good day, how do I load a JSON output from PHP and display it using ajax???, i've followed the sample from visualjquery.com on using ajaxbut it data thrown was XMLHttpRequest message... I think i'm

Re: [jQuery] Loading JSON Data from PHP

2006-09-13 Thread Clodelio Delfino
Thanks Matt for the reply, anyway...i've replaced the JSON output with XML and works fine now... Cheers, cdelfino Matt Stith wrote: Do you have a test page we could see? On 9/13/06, *Clodelio Delfino* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi All, Good day, how do I