the problem is happening because you are storing the location along with the image name, instead of just storing the file name.
You should not store the location in the database, only the file name.
the location reference will change on a page by page basis. so you should specify the location on the page where you display the image using the image tag, rather than store the location in the database.


