On Wed, 2009-07-29 at 11:29 -0700, Miller, Terion wrote: > I am trying to get rid of empty whitespace lines, I can't us chop() because > as I read it it will remove all whitespaces....right? > > Right now my db is outputting with extra lines, I have stripped tags I know > it isn't that causing it to look like this > > Blahlajdlkfjlksdjflkdjsf > > <--------------how do I get rid of all this extra space? > > alkdfjlsdakjflsakdjflksjdf > > Some example of where this is occurring in your code might help. HTML output will ignore whitespace such as this unless it is asked explicitly to preserve it, with a <pre> tag or CSS.
Thanks Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php