Re: [PHP] Compacting multiple spaces...

2006-04-14 Thread Geoffrey E. Quelch
On Friday 14 April 2006 10:07 pm, you wrote: > I don't have any further suggestions to make; it sounds like you're > looking at all the right things. I hope you find the problem by > stripping it down to the bare bones. Please post your findings to > the list whether you figure it out or not. > T

Re: [PHP] Compacting multiple spaces...

2006-04-14 Thread Paul Novitski
At 12:15 PM 4/14/2006, Geoffrey E. Quelch wrote: even though the string does contain 9 consecutive spaces, only one is ever printed to the screen with echo, print or printf. At 01:19 PM 4/14/2006, Satyam wrote: It is not PHP but HTML. In HTML any 'whitespace character', that is space, tab or

Re: [PHP] Compacting multiple spaces...

2006-04-14 Thread Satyam
space character' and is thus respected or you can use the tag, which will produce a mono-spaced output with all blanks and new lines as they come. Satyam - Original Message - From: "Geoffrey E. Quelch" <[EMAIL PROTECTED]> To: Sent: Friday, April 14, 2006 9

Re: [PHP] Compacting multiple spaces...

2006-04-14 Thread Ray Hauge
On Friday 14 April 2006 12:15, Geoffrey E. Quelch wrote: > Hi, > I am running a self-compiled PHP version 4.4.2 on Apache 1.3.34 on White > Box Enterprise Linux 3. > > I found a problem in my database access code (Oracle 9.2.0.4 if it matters) > and have determined that spaces in string variables a

[PHP] Compacting multiple spaces...

2006-04-14 Thread Geoffrey E. Quelch
Hi, I am running a self-compiled PHP version 4.4.2 on Apache 1.3.34 on White Box Enterprise Linux 3. I found a problem in my database access code (Oracle 9.2.0.4 if it matters) and have determined that spaces in string variables are being compacted on output in PHP. This PHP extract, when run,