Re: [PHP] Display dynamic progress bar
- From: clive@xxxxxxxxxx (clive)
- Date: Wed, 27 Sep 2006 16:37:31 +0200
tedd wrote:
At 9:00 AM +1000 9/27/06, Choy, Wai Yew wrote:well actually you can , firstly you have some element you can update like a text box and then use javascript to up this text box.Like to get some advice from you guys...
I've a html form page and the "Action" is link to a php script to
process the form data....I would like to have a progress bar once the
user hit the Submit button...The php script take quite sometime to
produce the result since it is connecting to a remote database...
How can I do this using PHP to display the progress bar..
No can do from php. You'll need javascript to do that.
what you then do is flush the content to php file generates and spit out some javascript to change the text box data
OR, just do it the way I do it by providing a faux delay display, like:
http://xn--ovg.com/a/wait.php
Thanks a million...
Just send it to me via PayPal (tedd at sperling dot com).
tedd
--
Regards,
Clive
.
- Follow-Ups:
- Re: [PHP] Display dynamic progress bar
- From: tedd
- Re: [PHP] Display dynamic progress bar
- From: clive
- Re: [PHP] Display dynamic progress bar
- References:
- Display dynamic progress bar
- From: "Choy, Wai Yew"
- Re: [PHP] Display dynamic progress bar
- From: tedd
- Display dynamic progress bar
- Prev by Date: Re: [PHP] Display dynamic progress bar
- Next by Date: Re: [PHP] Display dynamic progress bar
- Previous by thread: Re: [PHP] Display dynamic progress bar
- Next by thread: Re: [PHP] Display dynamic progress bar
- Index(es):