Hi, I'm trying to figure out how to show image and name of image on the list, let say that i have folder name image in c:\image\ and image name is "game.jpg".
Then I have mysql table name image_game and have 2 columns "id, image_path_name".
my question is that how do i can write php code to retreive image from image folder using image_path_name from database!
AM