Skip to content

Instantly share code, notes, and snippets.

@dendeffe
Created May 29, 2015 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dendeffe/3cb2510773f953acdd39 to your computer and use it in GitHub Desktop.
Save dendeffe/3cb2510773f953acdd39 to your computer and use it in GitHub Desktop.
for($x = 0; $x < $total_page_count; $++) {
echo '<a href="#">' . ($x+1) . '</a>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment