Hi, I'm new to php and hope to find some help here. I searched for this but couldn't find anything.
I know HTML and CSS very well.
I'm a lazy guy who has to upload a fair amount of pictures and show them online.
To make the story short: I'm an artist who tries to upload every sketchbook page to show others.
Basically I would like to have 1 directory where I could upload images (jpg format) and the script searches through that directory and displays all the images with <img> tags.
I would like to have the index.php in the root directory and the images in a folder called 'images'.
I would be very glad if somebody could code something for me and gve a small explanation.
I made a script which didn't 'really' worked out because it did display the images but also other weird stuff that I don't understand.
Thanks in advance!