HI im with little difficulty with dataTables and php. I repeat json in the following format:
{"iTotalRecords": 10, "iTotalDisplayRecords": 10, "aaData": [["1", "15", "1", "detailed description of the long description of the long description", "2012-02-25 00:00: 00 "], [" 1 "," 15 "," 1 "," long description long description long description long description "," 2012-02-25 00:18:59 "] ...]}
Which program works with my dataTable, however, after checking the above at jsonlint.com/, I got a well-formed version below:
{
"iTotalRecords": 10,
"iTotalDisplayRecords": 10,
"aaData": [
[
"1",
"15",
"1",
"long description long description long description long description",
"2012-02-25 00:18:59"
],
...
]
}
txt , . , " " . , json, php script, ? \n -, , , .