As per my last question I hv successfully created a database 'test' and a table 'list' and easily updating the info from webpage to database..but now I stuck on 'image' ..I have different images for different id in db..so i hv created an 'image' column
I am simply calling or fetching image from databse via this code
<img src="<?php echo $rows['image']; ?>" />
Now the problem is that how I update this image with a new one is there is any short or simple method to do so????