I'm building a download-manager script (like wget), in PHP. Does any of you know how I can update a line in the console? I've tried to echo chr(7) which is the backspace character, but it won't work. This kind of thing is seen in tons of console applications. Like some "please wait" thing that changes from - to \, |, /, and so on (looks like a rotating line).
Ideas?
//Simon
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php