But I do...

If I left out the require statement.... all is well.. or I copy the whole
content of the included file.. it works fine. The problem is the require
statement.

"James Green" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Mon, 2002-08-12 at 22:14, Huy wrote:
> > If I use either the include or require statement, PHP will generate some
> > lines in the browser. For example, I want the first line is Hello
There..
> > echo ("Hello There"); but the line happens to be the third line after
some
> > blank lines. So how do I turn that off??
>
> http://uk.php.net/manual/en/function.include.php
>
> Enclose your included scripts in <?php ... ?>
>
> James
>
>



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

Reply via email to