Results per Page
We can allow the user to determine how many results per page he or she would like to see.
To do this, we will provide a few links that will directly alter the value of $limit, this
works because limit is in our query string ($limit = $_GET['limit']).
Here, we display the links to view different results per page: