On Wed, May 26, 2004 at 11:20:33AM -0400, michael young wrote:
> Hi,
>     a file called a.php prints "hello" to the browser then calls b.php 
> which prints "goodbye" to the browser.
> the output looks like this:
> 
> hello
> goodbye
> 
> how do I clear the screen so the end results looks like this:
> 
> goodbye
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
Try using redirect to b.php
-- 
Jake Johnson
http://www.plutoid.com

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

Reply via email to