I wan't to do something like:
If user is at first, second or third page then pagination numbers is: 1, 2, 3 (default, and I got this atm.).
I wan't it now, so I user is switching the page to the third page, then pagination number should look like this: 2, 3, 4 ... if user is at fourth page: 3, 4, 5 ... etc.
How can I do that in PHP?