He means is it better to store images in the database as a blob or as a file in a directory. Personally I prefer using directories as working with files in PHP is pretty easy
Thanks for the clarification Mist, and the input.
Thanks too to Dominus for his/her input.
One issue:
Will the SQL end be 'slower' if i blob the data ?