|
You don't really need to store the website URL unless you will be serving up the images via some other URL.
I would also strong urge you, for your own sanity, to put the images into a separate folder.
That is: krystlekleen.batcave.net/images/2000%20Jeep%20Cherokee%20Black.jpg
And, again, if all images are in the same folder, then you only need to store the name, per se, in the DB: 2000%20Jeep%20Cherokee%20Black.jpg
It's easy enough, in your PHP or whatever code to prefix the URL with "images/" or even "krystlekleen.batcave.net/images/" or even "http://krystlekleen.batcave.net/images", as needed.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
|