Hello I understand using offsets using LIMIT 10, 10 however, how when the user scrolls down to the next set it would have to be 20,10 and then 30,10 etc
How would I automatically change that?
If you want to automatically load the next set when the user scrolls down, you’ll have to use javascript. And you’ll use javascript to send the offset to the PHP script.