-1

How can we insert word/image or any kind of files in MySQL database and how can we retrieve those files from the MySQL database and use in php programming?

Explorer
  • 295
  • 1
  • 12

1 Answers1

0

It depends on your application flow and solution. You can store the files physically and store the file path in DB. Or you can use BLOB. Please refer the link for mySQL BLOB,

http://dev.mysql.com/doc/refman/5.7/en/blob.html

Thanks.

Sathik Khan
  • 439
  • 4
  • 13