Re: [PHP] trim() white space from record set

2004-07-21 Thread melissa atchley
e before and after'; > $trimmedStr = trim($str); > $noWhitespaceStr = preg_replace('/\s/', '', $str); > > On Wed, 21 Jul 2004 13:54:22 -0400, melissa atchley > <[EMAIL PROTECTED]> wrote: > > thanks guys...but with all of the >>>>

Re: [PHP] trim() white space from record set

2004-07-21 Thread melissa atchley
thanks guys...but with all of the in the message, the syntax is not coming through. I have tried adding the trim() line in several ways and it isn't working. can you help me with the exact syntax? - Original Message - From: "Justin Patrin" <[EMAIL PROTECTED]> To: "John W. Holmes" <[