tallberg Posted November 22, 2006 Share Posted November 22, 2006 Hi Hope some on can helpI want to make a progress bar. Is there a away to monitor the progress of data being loaded from the db?Thanks Link to comment https://forums.phpfreaks.com/topic/28136-monitor-the-progress-of-data-being-loaded-from-the-db/ Share on other sites More sharing options...
ober Posted November 22, 2006 Share Posted November 22, 2006 Yes.(you didn't ask how) ;) I suggest you check out www.ajaxfreaks.com for a few examples and try to hack something together and then post it so we can help you. Link to comment https://forums.phpfreaks.com/topic/28136-monitor-the-progress-of-data-being-loaded-from-the-db/#findComment-128717 Share on other sites More sharing options...
tallberg Posted November 22, 2006 Author Share Posted November 22, 2006 Im not sure what tutorial to use. Ive done the Making a Google Suggest-like application. I now have a good understanding of that.Surely there is a function in php to detect the progress of loaded records?I just need a basic pointer of where to start. Im sure i can work it out from there. Link to comment https://forums.phpfreaks.com/topic/28136-monitor-the-progress-of-data-being-loaded-from-the-db/#findComment-128823 Share on other sites More sharing options...
ober Posted November 23, 2006 Share Posted November 23, 2006 There is no PHP function to detect such a thing. What I suggest is to grab x amount of records, update your display, then grab x more amount of records and then update the display and just continue on until you've processed all of them.Can you take a hack at it and post your code? Link to comment https://forums.phpfreaks.com/topic/28136-monitor-the-progress-of-data-being-loaded-from-the-db/#findComment-128946 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.