Usage:
```php
$page = new Page;
$page->showPage($page_count, $page, $url, $page_num_count = 10);
```
The four parameters above are respectively:
Total number of pages, current page, URL, and the number of pages to display.