'how to get gat with start & lenght?
"SELECT *
FROM `user`
WHERE `id`=" . $adminID . "
ORDER BY `name` ASC
LIMIT " . $start . "," . $length
try to get data but the response showing []
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|