Ajaxreturn returns ajax data out of order

php returns data structure
here is php flashback structure array {

[2018]=>{
    [3]=>[...]
    [2]=>[...]
    [1]=>[...]
}
[2017]=>{
    [20]=>[...]
    [19]=>[...]
    [..]=>[...]
}

}
clipboard.png

ajax
clipboard.png

solve the problem

Mar.02,2021

it is impossible to be out of order, just look at the sort on the server and remove the key

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3118a-2bd75.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3118a-2bd75.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?