Hello,
I'm new to php, database, and work in dreamweaver mx. I'm trying to call images from my MYSQL database into a php DW page and all I get is a placeholder. Here is the code dreamweaver enters when I place the image:
echo $row_rsmastertest['photo 1 sm'];
I use only the image name (samplehome4sm.gif) in the database. I know there needs to be path information added, but no matter what syntax I try, I can't get the image to show. the image is available if I call it directly, so I know it's uploaded.
Can you help with database path info, image path to store in database, or correct syntax of the code in my table to show the image?
Thnx in advance.
scottd.