Place uploaded image on web page
I am certainly a novice at all this. However, I have successfully inserted PHP code on a web page to allow users of the site to upload images to a folder on the server. I then want to immediately show the image on the same page permanently as well as any other's already uploaded and of course, allow future uploads. How do I get the image from the folder onto the web page? I would really rather avoid having to use a database. My 2 attempts to do this failed miserably. Is it possible?