How to create a photo gallery in PHP without a database
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...
codeconia.hashnode.dev3 min read