View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 10:04 AM
lark
 
Posts: n/a
Default Re: Stripping out MS Word Formatting

== Quote from andyk (andyk@reversedelta.com)'s article
> Hi Folks,
> I've just received a dump from a MYSQL db that has lots of data that's
> been cut & paste from MS Word. The data is messing with my PHP program
> bigtime.
> Does anyone know any software/routines that can strip out MS Word
> control characters so that I can clean up my data?
> Thanks in advance,
> Andy K


i've used nl2br, a php function. don't know if this will help you.
--
POST BY: lark with PHP News Reader
Reply With Quote