I use mysql as a database for my website to store all the user information. I wanted to know if it was possible to save a location like (c:\documents and settings\my documents\server\root\images\image1.jpg) to the database and use it to load an avatar for the user its located it. in other words the location will be stored along with the information of the user, then when the user logs in the picture will show.

How could I get the picture to load when the user logs in?

Thanks
...:::ONE:::...