As a matter of fact....
What I'm trying to do is a table that has an Id, a few other fields and a blob field, containing the image. This way when I call my row my Image is associated via database to my other fields, containing a title, a news, a date, etc...
Now: how the heck do I display this image? do I need an extra field called, uhm, "nameImage" or something? or do I just display it with the $fileType $fileContent variables?
I'm getting pretty messed up...
