Re: [PHP] Whitespace in Emails

2006-12-15 Thread Richard Lynch
On Tue, December 12, 2006 2:23 pm, [EMAIL PROTECTED] wrote: > I'm experiencing a strange problem and difficult to diagnose because > it's random. I have built an application that sends out an email with > a nice amount of text (don't have exact char count, but could get it). > > On the html email,

Re: [PHP] Whitespace in Emails

2006-12-12 Thread Chris
[EMAIL PROTECTED] wrote: I'm experiencing a strange problem and difficult to diagnose because it's random. I have built an application that sends out an email with a nice amount of text (don't have exact char count, but could get it). On the html email, a random whitespace appears in the conte

[PHP] Whitespace in Emails

2006-12-12 Thread jennifer
I'm experiencing a strange problem and difficult to diagnose because it's random. I have built an application that sends out an email with a nice amount of text (don't have exact char count, but could get it). On the html email, a random whitespace appears in the content, but always toward

RE: [PHP] Whitespace filter

2003-12-05 Thread John Coggeshall
You can also use the tidy extension. http://pecl.php.net/package-info.php?package=tidy John On Fri, 2003-12-05 at 20:23, Chris W. Parker wrote: > Justin Hendrickson > on Friday, December 05, 2003 5:51 AM said: > > > Does anyone have an eloquent way to strip redund

RE: [PHP] Whitespace filter

2003-12-05 Thread Chris W. Parker
Justin Hendrickson on Friday, December 05, 2003 5:51 AM said: > Does anyone have an eloquent way to strip redundant whitespace without > harming whitespace inside , or

[PHP] Whitespace filter

2003-12-05 Thread Justin Hendrickson
Does anyone have an eloquent way to strip redundant whitespace without harming whitespace inside , or

Re: [PHP] whitespace...

2002-09-04 Thread Steve Edberg
At 04:37 PM 9/4/02 , Matt Zur wrote: >How do I remove the whitespace from a document? I consulted the manual and >it said to use the trim function. But in a large PHP document, with lots >of fuctions etc in PHP... is there a simple way to compress the whitespace >of the entire document? Rathe

[PHP] whitespace...

2002-09-04 Thread Matt Zur
How do I remove the whitespace from a document? I consulted the manual and it said to use the trim function. But in a large PHP document, with lots of fuctions etc in PHP... is there a simple way to compress the whitespace of the entire document? Rather than going through each var and using

RE: [PHP] Whitespace

2001-05-23 Thread Don Read
On 23-May-01 Wade Halsey wrote: > Hey > > How can I add a certain number of whitespace chars to a text file? > I write variables to a text file and I want to seperate them by certain > numbers of whitespace chars > > eg : $var(40 whitespace)$var2(10 whitespace) > $str=sprintf('%40s%10s', $var

Re: [PHP] Whitespace

2001-05-22 Thread David Robley
On Wed, 23 May 2001 15:44, Wade Halsey wrote: > Hey > > How can I add a certain number of whitespace chars to a text file? > I write variables to a text file and I want to seperate them by certain > numbers of whitespace chars > > eg : $var(40 whitespace)$var2(10 whitespace) > > TIA > > Wade /man

[PHP] Whitespace

2001-05-22 Thread Wade Halsey
Hey How can I add a certain number of whitespace chars to a text file? I write variables to a text file and I want to seperate them by certain numbers of whitespace chars eg : $var(40 whitespace)$var2(10 whitespace) TIA Wade