Hi,

I can get 3 possible answers from a ajax call:

var obj = $.parseJSON(data);

1. {"noresult":true} which I can get by if(obj.noresult == true)
2. {"errormsg":"Error found..."} by if(obj.errormsg == true)

But when I get my database values (in short version) I get this
response:
[{"tabelone":{"plz_id":"1868"},"tabletwo":{"ind_id":"3"},"tablethree":
{"aud_id":"4"}}]

I do not understand how to get now each single value for an output?
Can please someone help me out?

Thanks!!

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to