hi,
how can I get return value from json string?
how can I parse and read the variable searchxx?
from php: $responce->page = $page; $responce->total = $total_pages; $responce->records = $BC->tot_count; $responce->searchxx = $sSchWhere; $responce->order = $sOrder;
while ($data) ......
echo json_encode($responce);
from html(firebug)
"page":"1","total":2,"records":"26","searchxx":"T0.NAME=pluto" ,"order":"T0.NAME desc","rows":[{"id":"63025c7a-12ad-102c-bd62-005056801340","account_id":"c30c7934-e0f3-102b-8fd4-005056801340","actions":"","edtNAME":"Rossi Mario","edtACCOUNT_NAME":"Rossi Mario<\/a>","edtAREA":"DEMO","edtSTATUS":"Aperta","edtPRIORITY" ......ecc.
tanks, mike.