How to read contents of .doc file using file handling
Hello ,
I can read contents from .txt file but when i use same for a .doc file it doen't show up the contents as it is but showing some disordered characters.
So how to do for .doc file,plz help me out from this problem
Thanks
If PHP is running on a Windows operating system you can use COM/OLE to do this - http://us2.php.net/com I know that this can read EXCEL files, but I don't know of any pre-existing PHP class/script that would show you how to do this for WORD files.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???