Page 1 of 1

How can i make Progress Bar in php using database

Posted: Mon Dec 07, 2009 11:29 pm
by manojsemwal1
hai i want to make a progress bar in php. actually when iam fetching the data from database that time i want to show progress bar, it will be depends on data fetching speed .

how can i do it...

Re: How can i make Progress Bar in php using database

Posted: Mon Dec 07, 2009 11:48 pm
by daedalus__
are you working with a large data set already or are you just planning functionality?

most people will use ajax or javascript or something

but you can try this:

http://www.silverspider.com/2005/php-progress-bar/