Hi All, I created a paging script in PHP. I have 90 records displaying 5 one time so there is 18 no.s like it. First Previous 1 2 3 4 5 Next Last First 5 Records Now, I want a display delay of 20 Sec of next record itself and if click on any option (First Previous 1 2 3 4 5 Next Last) then display that particular record.
Do I understand it correctly, that you want it to automatically load following record after every 20 seconds, unless you click on any record?