"Michael Young" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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:
a.php:
echo 'hello';
header('location: b.php'); exit;
Regards,
Torsten Roehr
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

