Here's what I have so far: $query="SELECT * FROM entries ORDER BY vdate ASC"; Rather than listing all of them, I want it to skip the first 15. How would I do this?