Re: Loading progress bar
- From: "Aggelos" <djjelly@xxxxxxxxx>
- Date: 31 Oct 2006 01:03:33 -0800
1) IFRAMESI don't know what I could do exactly with I frames. can you give
areally simple example ?
2) UberUploader(check out sourceforge.net for this one)That is perl and is for uploads which I can't see how am I going to
apply on a loop.
3) Script that uses a backend on the server and some javascript(using anI don't understand whatyou mean.
asyncronous means)
Remember that the progress bar I need is just for displaying the
sending progress of a newsletter for example.
So:
count=0;
$totalRecords = count($newsleterArray);
foreach($newsleterArray as $key => $value) {
count++;
$pbarExampleClass->increaseprogressbar($count,$totalRecords);
sendNewsletter($value['email']);
.....
}
in mind.From all that I need the pbarExampleClass class. If you have something
Thanks
.
- References:
- Loading progress bar
- From: Aggelos
- Re: Loading progress bar
- From: draken
- Loading progress bar
- Prev by Date: Re: Loading progress bar
- Next by Date: Re: When is an array not an array?
- Previous by thread: Re: Loading progress bar
- Next by thread: Re: Loading progress bar
- Index(es):
Relevant Pages
|