Hi there!
First I would like to introduce myself shortly. My name is Eric and I am learning php msql for using it at my work. I live in the Netherlands, so I appologize for my bad english, but I’ll keep trying
Now my question:
I have a mysql database with events. And I want these events to be shown on a public screen, with a maximum of 10 records per page.
I have tried pagination, but the problem with this is that I have to go to the next page manually by clicking a link in the pagination bar.
This is not possible on a public screen. So I want the pages to switch automatically. For example in case of 15 events, the first page shows record 1 to 10, then after (lets say) 10 seconds automatically switch to the second page with record 11 to 15 , end then again after 10 seconds back to the first page.
I hope someone can help me out!..
Thank you!
Regards, Eric