Jump to content

monitor the progress of data being loaded from the db?


tallberg

Recommended Posts

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.
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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.