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
It is not PHP but HTML. In HTML any 'whitespace character', that is space, tab or new line, is taken as a single whitespace character. It has nothing to do with PHP. You can either replace them with   which prints as a space but doesn't fall into the category of 'whitespace character' and i

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