On Tuesday 11 February 2003 14:20, Michael P. Carel wrote:
> i've tried that several times but it doesnt work here. here's my test
> script
>
> <?
> exec("cls");
>
> echo"/****************************
>
> ******************************/";
>
> ?>
>
> This does'nt clear the previous lines of  MS-DOS. Any ideas why?

Try echo "\n" or echo "\r\n" enough times to scroll the stuff you don't want 
to see off the screen :-)

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
If the government doesn't trust the people, why doesn't it dissolve them
and elect a new people?
*/


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

Reply via email to