I have a query that works when I use something like Select * from table LIMIT 10 but it will not work if I do a select * from table LIMIT 10,5.
I am currently doing this via a query string being passed to the php page but I can't figure it out as to why it works with one of the parameters being used but not with both. I get an invalid query response from the server.
Thanks in advance
Mark
I am currently doing this via a query string being passed to the php page but I can't figure it out as to why it works with one of the parameters being used but not with both. I get an invalid query response from the server.
Thanks in advance
Mark