Re: [PHP] converting word document to plain text file

2005-04-20 Thread Andy Pieters
On Wednesday 20 April 2005 23:14, Cima wrote: > them. is there a way to these types of files in php or some other way? The easiest way is to tell your users you expect file format to be text only. You can test for mime type by using built-in php functions (and should do so!). The hard way me

[PHP] converting word document to plain text file

2005-04-20 Thread Cima
hi, i need to store some files that contain text in my database. im planing to upload the file using a php script. what id like is to be able to take the info(text writen in the file) from the file and store it on a plain text file and then store it since i plan to consult the info in these plain