Jump to content

Parsing a .doc file


graham23s

Recommended Posts

Hi Guys,

 

is there a way to get the contents from a .doc file that's readable im using get_file_contents but it's coming out very weird:

 

     $filename = $renamed_cv;
     $content = file_get_contents("cvs/$filename");
     $cv_for_mysql = mysql_real_escape_string($content);

 

thanks for nay info

 

Graham

Link to comment
https://forums.phpfreaks.com/topic/56581-parsing-a-doc-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.