[Solved] infinite scroll without database [closed]
You have two options: Save data (in a file, in mysql…) Grab the data every time a user loads the page (check every page for news) Of course it is better to save the data in some way, but it is possible to do it without a database or similar. You have to realize that … Read more