I have built a small web application in PHP where users must first log in. Once they have logged in, I intend on showing a small thumbnail as part of their \"profile\".
As the others suggested:
Why ?
The bigger your database gets the slower it will get. Storing your image in the database will increase your database size. Storing the filename will increase your database size.
Putting static data on a different server (alias):