Progress Bar indicator

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
sumittyagi
Forum Newbie
Posts: 16
Joined: Wed Sep 09, 2009 3:28 pm

Progress Bar indicator

Post by sumittyagi »

I need to make a progress indicator for my php program. The program fetched data from the database, and it takes about 30 seconds to do it. To let the user know whats happening, I need a Progress bar. I tried one bar using CSS but it doesn't work with Internet explorer.

So, any idea guys, Any kind of help is highly appreciated.

Thanks in advance
Post Reply