How can i make Progress Bar in php using database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

How can i make Progress Bar in php using database

Post 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...
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

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

Post 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/
Post Reply