I would like to limit the results from mysql query submitted by users.
Currently I am just parsing query string by PHP then appending LIMIT
in the end.
For more complex queries with many nested selects/joins the things are becoming complex and less predictable.
Are there common way to force mysql to return only limited results even if user has asking for full set?
Arman
Teşekkürler