problem fixed 🙂 with
$productUrl = 'categories.php?c=17&p='. $row['MAX(pd_id)'];?>
I have another issue now before my script on this page is complete. I currently have images i.e pd_thumbnail in the database located in a 'images/product' directory. These images will only show if I copy them to where the script executes. How do I set up my script to read the images from the specified directory. Currently my script to read the images is
$productUrl; ?>"><img src="<?php echo $row['pd_thumbnail']; ?>"
Do I need to make a variable of pd_thumbnail to specify a directory?
ANy help on this will be very good 🙂
THX