Forum Moderators: coopster
I have a field 'thumb' in which I will store the names of my imgaes. Of course for the images to display I need to include the file path.
If my file path was photo/family/ is there away to append it to the statement below.
<?php echo $row_rsengine['thumb'];?>
If not then for every image in my database I would have to type
/photo/family/imagename.jpg
It would be better if I could just type
imagename.jpg in MySQL and add then include the file path in the code in DreamWeaver
Yes, I am new to this. To help me learn PHP and dynamic sites with Dreamweaver I am working on a test project of an inventory of my Dad's HO train
collection.
Any suggestions would be appreciated.