\n";
?>
Is another option
Craig
"Rick Fletcher" <[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
> >
hey, you could use some jave script there
a.php:
echo 'hello';
echo"
I put this at the top of long pages,
$processing = "
processing, please wait ...
";
echo $processing;
flush();
Then put this at the bottom,
$hide = "
if (document.layers) {
processing.visibility='hide'
} else if (document.all) {
document.all('processing').
> > 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('lo
"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 loo
5 matches
Mail list logo