How to create a photo gallery in PHP without a database
Sep 17, 2021 · 3 min read · Today we are going to create a gallery without a database using PHP Actually, we are fetching images from a folder and display it on a webpage, and also we are going to make a simple admin panel to upload the images. so lets write the code First, w...
Join discussion