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