This is a discussion on Stripping out MS Word Formatting within the MySQL forums, part of the Database Server Software category; --> Hi Folks, I've just received a dump from a MYSQL db that has lots of data that's been cut ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| ||||
| == 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 |