Hi folks, its a pleasure to be in this wonderful forum.
I am new here (and also with coding) so please advise if you think there is a better place for this post in the forums.
Here is my call for help. I have a one-page PHP which gets images from a folder, sorts them and displays them in different pages. It is made of bits I found and it works just fine. It looks like this:
[php]
"; $imgCnt+=1; if ($imgCnt%$perRow==0) print " |
But here is the problem: I would like to skip through the pages with IA Scroll (https://github.com/webcreate/infinite-ajax-scroll). The reason for doing so is that it allows me to do auto-scrolling when it reaches the bottom of the page and a shows link at the top to load previous pages when it reaches the top, while showing the path to the right page in the addressbar.
So far, every attempt has failed and I don’t know how to make it happen. The closer I get is to load each page after itself with this code at the end of the page:
[php]
[/php]Any advise to solve this issue would be really appreciated, as I am stuck and can’t find any help online about this particular matter!
Thanks in advance!
Marc