Progress Bar

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
shafiq2626
Forum Commoner
Posts: 88
Joined: Wed Mar 04, 2009 1:54 am
Location: Lahore
Contact:

Progress Bar

Post by shafiq2626 »

Hi! to every one
I have thousands No of mails in my db table.
when i send mail to them then i need progress bar with sending status after every 50 mails.
and this should be complete progress bar when all mails sent.
please help me with thanks
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: Progress Bar

Post by daedalus__ »

HI! im not going to help you spam. i dont know about other people.
shafiq2626
Forum Commoner
Posts: 88
Joined: Wed Mar 04, 2009 1:54 am
Location: Lahore
Contact:

Re: Progress Bar

Post by shafiq2626 »

daedalus__ wrote:HI! im not going to help you spam. i dont know about other people.
For Example this is not spam then how you can help.
if i send 100 mails or less then 100 then how we can creat progress bar.
thanks
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: Progress Bar

Post by aravona »

Just clarifying, you mean a progress bar like the IE progress bar to show loading? Just something for the front end to show how much longer the emails will take?
shafiq2626
Forum Commoner
Posts: 88
Joined: Wed Mar 04, 2009 1:54 am
Location: Lahore
Contact:

Re: Progress Bar

Post by shafiq2626 »

aravona wrote:Just clarifying, you mean a progress bar like the IE progress bar to show loading? Just something for the front end to show how much longer the emails will take?
thanks for response.
Actualy i want that if one email sent then progress bar should increase and then increase with second email and so on untill complete all mails.
progress bar should display on my webpage.
and also should display that 2 mail sent , 3 mail send etc
thanks
Post Reply