Skip to content

Instantly share code, notes, and snippets.

@barmgeat
Created December 28, 2020 03:30
Show Gist options
  • Save barmgeat/74ad60ca3cdd04e806263a3a7c7b6371 to your computer and use it in GitHub Desktop.
Save barmgeat/74ad60ca3cdd04e806263a3a7c7b6371 to your computer and use it in GitHub Desktop.
<? php
// 15 = offset
// 10 = items
$sql = "SELECT * FROM Orders LIMIT 15, 10";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment