[PHP] Re: whitespace...

2002-09-04 Thread joshua
the php parser does not return any whitespace between the tags unless youn use print or echo. i wouldn't use: > You should use $content = str_replace(" ","",$content); > I assume that works, there is probably something better than it too but > thats all I see at this hour. as that would rem

[PHP] Re: whitespace...

2002-09-04 Thread Matt Zur
If you have a file includes IE: include ("data.inc"); and have arrays n such with multiple php tags in that file, it will produce alot of white space on the final output. -Matt Philip Hallstrom wrote: > I'm not sure I fully understand your question, but given the following PHP > file: > >

[PHP] Re: whitespace...

2002-09-04 Thread nicos
Hi, You should use $content = str_replace(" ","",$content); I assume that works, there is probably something better than it too but thats all I see at this hour. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Matt Zur" <[EMAIL PROTECTED]> a écr

[PHP] Re: whitespace...

2002-09-04 Thread Philip Hallstrom
I'm not sure I fully understand your question, but given the following PHP file: all the browse will see is this (minus the dashed lines). -- hello -- On We