Hello. I have been reading over some posts that deal with my issue and although I couldn't get my issue to work I did read some very good information.
I have created a mySQL table that I will use to populate vehicle inventory with. My fields are- Primary_Key, Year, Make/Model, Description, Mileage, Price, and Image. The problem I am having is with the Image field. I can't get the image to display from the browser. I read on here somewhere that the way to make it work is to insert a string in the field similar to this-
<img src='http://www.mysite.com/pics/pic1.jpg; ?>' alt='the image' />
However this doesn't work. Should I also be using a php script to make this work?
Ideally, I would love to have the image display as a thumbnail, for example at 100x70 pics, then when the image is clicked on the full image is displayed (in a new browser windows if possible).
Any help would be greatly appreciated.
Thanks!
I have created a mySQL table that I will use to populate vehicle inventory with. My fields are- Primary_Key, Year, Make/Model, Description, Mileage, Price, and Image. The problem I am having is with the Image field. I can't get the image to display from the browser. I read on here somewhere that the way to make it work is to insert a string in the field similar to this-
<img src='http://www.mysite.com/pics/pic1.jpg; ?>' alt='the image' />
However this doesn't work. Should I also be using a php script to make this work?
Ideally, I would love to have the image display as a thumbnail, for example at 100x70 pics, then when the image is clicked on the full image is displayed (in a new browser windows if possible).
Any help would be greatly appreciated.
Thanks!
Comment