how can I read the document using php and store database in mysql with linux?
How can I read a Word document using PHP and store it in a MySQL database 开发者_运维技巧on Linux?
I'm using Ubuntu and PHP5.
Here is some resources to look at
PHP upload form to send the document to the server
http://www.tizag.com/phpT/fileupload.php
PHP download, this is how you from PHP tells the browser that the response you send is to be treated as a downloadable file.
http://snipplr.com/view/205/download-file/
Here is some tips for storing data in a MySQL database
http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/uploading-files-to-mysql-database.aspx
Start by checking these out and then rephrase or add some detail to your question =)
精彩评论