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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.