[SOLVED] able to echoing system progress ??

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
angelena
Forum Commoner
Posts: 53
Joined: Mon Nov 22, 2004 4:10 am

[SOLVED] able to echoing system progress ??

Post by angelena »

hi all,

im wondering if php able to perform function to display the webpage current process to user

ex : i have a formA.php parsing data to formB.php

in the mid of parsing,it may take approx 30seconds.

am i able show user some current process such as "Loading....or......Processing....." screen?



thanks :)
choppsta
Forum Contributor
Posts: 114
Joined: Thu Jul 03, 2003 11:11 am

Post by choppsta »

You can achieve what you want using the output control functions:
http://uk.php.net/manual/en/ref.outcontrol.php
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

and

Code: Select all

flush()
angelena
Forum Commoner
Posts: 53
Joined: Mon Nov 22, 2004 4:10 am

SOLVED

Post by angelena »

Thanks guy for all the helps...i managed to get my prob solved :)


Have a nice day


Cheers
Post Reply