Set up a shopping cart (not uploaded yet)..trying to put images on the site next to each product for each id selected from the mysql database. The image reference name is selected OK, but I can't get the php right to call up the image from the file!?
<? <img src=\"$image\"> ?> , not working, nor...
<img src=<? ($prod->image) ?>
The first effort returns error msgs, the second returns a broken image....tried many combinations, don't know the correct php commands to use?!
Anyone help??
Thanks
Mark