Image into Blob field

A

Anonymous

Guest
Any idea how I can upload a file from a form in PHP to a Blob column in a MySQL database? And how do I get it out after (say its an image and I want to display it)?
 
A quick Googling that would have taken you 30 seconds turned up a half-dozen fine-looking tutorials. Here's just a couple:

http://codewalkers.com/tutorials/35/1.html
http://www.phpbuilder.com/columns/florian19991014.php3
 
Back
Top