hi, I'm trying to create upload image and insert image path name into the mysql and image file save into the folder.
Let say one of mysql table name is "path_name" and they are two column name is "image" and "image_name".
And One of folder name is "image" in c:/image/
how to write that code to show image on the browser that using image path name and retreive right image from image folder!
is this is correct
<a href="<?php echo $row_Path_name[image]; ?>"><?php echo $row_Path_name[image_name];?>
is this is correct!
please help thanks.
AM