[snip]
Just wondering if there's a clear screen function in PHP like the
clrscr()
in 'C'.
[/snip]

If you are running PHP from the command line on a *nix or BSD box you
could...

exec("clear");

HTH!

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to