progress bar
Moderator: General Moderators
progress bar
I need to display a progress bar after someone clicks on my submit button on my form in php. what do i do?
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
- shiznatix
- DevNet Master
- Posts: 2745
- Joined: Tue Dec 28, 2004 5:57 pm
- Location: Tallinn, Estonia
- Contact:
i think you could do this with output buffering. it would be the same thing as running a couple huge queries then telling the user after each one has been completed. i would say have a function that would return a image, possibly create one with php or just use like img width="" or somthing. just at certain sections in the script, or if its looping after every loop, refresh the image with new specs. definatly possible
- thomas777neo
- Forum Contributor
- Posts: 214
- Joined: Mon Mar 10, 2003 6:12 am
- Location: Johannesburg,South Africa
for file uploads
http://www.raditha.com/php/progress.php
in general (free registration)
http://www.phpclasses.org/browse/package/1554.html
http://www.raditha.com/php/progress.php
in general (free registration)
http://www.phpclasses.org/browse/package/1554.html