Need help pathing images in a database
I want to store images or pictures in a database but I don't know how to path it.
I have tried to do it this way _shoesstore/_images/recommendedshoe.gif varchar (100) default NULL and it display the path in the browser instead of the picture.
_shoesstore/_images/recommendedshoe.gif
That was the way I path it any suggestion?
The php file is store in another folder but within the www wamp directory.
Help please
Need help storing images in a database
I want to store an image in a database but I don't know how to path it.
So far I have assigned a field call image on a table. This field is a varchar (100) deafult NULL, after I have created the field then I just go ahead and place the path inside the var like this
_shoesstore/_images/recommendedshoe.gif But some how it is not working.
PS: The php file is store in another folder but within the www wamp directory.
Any suggestion?
Thank you