Thanks! Im still having a bit of a problem though.
I have a column in my database called 'image2'
in it i have inserted the path 'images/image.jpg' (where all images are located off of the root directory)
im not understanding the .$image_path. area
printf("<img src=".$image_path."/".$myrow["image2"].">");
how could I fix this. im not getting any errors just image not found.
Im a bit of a hack so sorry for the simple question.