简体   繁体   中英

Mysql database / PHP + LARAVEL: how to get some information from database time by time?

i have a question, how can i get information from database time by time? For exmaple: i have 1000 users, after 0.05 seconds when someone opens route where this users showed, i want to load first 98 users, then after 0.05 another 98 and etcecular, i want them to grow from 0 to 1000 in 3 second and show result like : TOTAL USERS(0,1,2,3,4,5,6,7,8 "TIME BY TIME, for every 0.01 three users or etc" ? in laravel php. I want when someone will refresh page where this total users store, the calculation of total users reset and go again. Thank you.

解决了,我需要动画。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM