i need to pull a file (in blob format) from a mysql db to a directory on the server.
suggestion on where to begin?
select it from you db, stick it in a var and the use fwrite() function