Page 1 of 1

[SOLVED] able to echoing system progress ??

Posted: Tue Oct 10, 2006 3:15 am
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 :)

Posted: Tue Oct 10, 2006 3:47 am
by choppsta
You can achieve what you want using the output control functions:
http://uk.php.net/manual/en/ref.outcontrol.php

Posted: Tue Oct 10, 2006 10:40 am
by Ollie Saunders
and

Code: Select all

flush()

SOLVED

Posted: Wed Oct 11, 2006 12:53 am
by angelena
Thanks guy for all the helps...i managed to get my prob solved :)


Have a nice day


Cheers