[PHP] strange linefeed effect

2001-08-29 Thread alvarez


 How can I prevent PHP from outputting additional linefeeds when
 data are echoed from different files (eg. using require).

 This phenomenon is fucking up my document structures.

   Any advice?


  D. Alvarez Arribas [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] strange linefeed effect

2001-08-29 Thread David Robley

On Wed, 29 Aug 2001 20:30, [EMAIL PROTECTED] wrote:
  How can I prevent PHP from outputting additional linefeeds when
  data are echoed from different files (eg. using require).

  This phenomenon is fucking up my document structures.

Any advice?


   D. Alvarez Arribas [EMAIL PROTECTED]

You might check that there are no blank lines in the required file 
outside the ?php ? tags.

-- 
David Robley  Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES  Flinders University, SOUTH AUSTRALIA  

   Creditors have much better memories than debtors.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]