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
mit
Forum Commoner
Posts: 32
Joined: Mon Sep 15, 2008 6:37 am

progress bar

Post by mit »

here is the situation;
When user click on submit(tellfriends.php page) ,then it goes through few action pages till the final page(loggedin.php page) ...
i need to show progress bar in tellfriends.php page ,while these actions is taking and goes to loggedin.php.
can any one tell me what method i can use for this issue?
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

Re: progress bar

Post by susrisha »

http://t.wits.sg/2008/06/25/howto-php-a ... gress-bar/

not sure if this works or anything.. just found searching this forum itself. also there are many threads in the forum for a similiar problem. please go through them. Search for Progress bar.. lots of results
mit
Forum Commoner
Posts: 32
Joined: Mon Sep 15, 2008 6:37 am

Re: progress bar

Post by mit »

do u know what is the most suitable way to make progress bar?
Post Reply