how to download blob based file from MySQL database in PHP?
问题 How can i make a PHP script that will allow me to download a file from a database in MySQL. I have the following table named files where the uploaded file is saved in a BLOB based field. +-------+----------+----------+------------+-------------------+--------+ |fileID | fileName | fileType | fileSize |fileData | userID | +-------+----------+----------+------------+-------------------+--------+ | 1 | file1 | JPEG | 211258 |[BLOB - 206.3 KiB] | 1 | | 2 | file2 | PNG | 211258 |[BLOB - 201.3 KiB]