I have a field in a table where I place the PDF file. The type of this field is BLOB.
I would like to know how to display this file on a PHP page, without having to create a directory.
I just want the script to access the field of this table, and show me the file that is there.