Hello
In a 'for ($i = $min; $i <= $max; $i++) {' loop, I want to show the progress with something like
<TT>echo "processing item # $i "; flush()</TT>
and have the figures running at the same place (after the #) in the HTML document. How can I erase the previous figure and replace it with the next one before flushing?
Thank you and best regards
Meaulnes Legler