I need to create a page that will automatically create a thumbnail from all images if selected folder and show them on the same page. But the thing is, I don’t want to save them. I want to display them on the same page without saving. And I need to do that in PHP. Is it possible? Please help!
Note: If that is not possible,I can put them in some folder.
I need to create a page that will automatically create a thumbnail from all
Share
You have to make a second PHP-file then. You have to make an image tag in the first file
<img src='image.php' />and in this image.php you have to print out the image like: