Simple Image Gallery Web App using PHP Free Source Code
Introduction
This is a Simple PHP Project entitled Simple Image Gallery Web App. This application is a web-based application that can be managed by multiple users. The user can store their images in this web application. He/She can also organize his/her uploaded images by album. The application has many features to manage the images.
About the Simple Image Gallery Web App
This web application was developed using PHP, MySQL Database, HTML, CSS, Javascript (Ajax and jQuery), Bootstrap, and AdminLTE template. Any user/possible user can create their own account to store and manage images. The system users can able to upload, delete (archived), permanently delete images, create albums, manage albums, rename album/image name, download image, move the image to another album, and more. The system is easy to use and has a pleasant user interface. I have created this source code to help other programmers especially those new in PHP language and IT/CS students to understand how to handle files using the said Programming language and also to learn some ideas and techniques in developing such as this simple project.
Features
- Secure Login and Registration
- Dashboard (displays summary)
- Manage Album
- Create New Album
- Rename New Album
- Remove Album
- Manage Image
- List all images in an Album
- Rename Image Name
- Download Image
- Move Image to another album
- View image
- Remove Image
- Manage Archives
- Retrieve Deleted Album
- Retrieve Deleted Image
- Empty Archives
- Manage Account
Sample Snapshots
Albums
Images
View Images
Archives
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the
Apache
andMySQL
. - Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the
PHPMyAdmin
in a browser. i.e.http://localhost/phpmyadmin
- Create a new database naming
gallery_db
. - Import the provided
SQL
file. The file is known asgallery_db.sql
located inside the database folder. - Browse the Simple Image Gallery Web App in a browser. i.e.
http://localhost/gallery
.
Sample User Access:
Username: admin
Password: admin123
DEMO
That's it! I hope this Simple Image Gallery Web App in PHP will help you with what you are looking for and you'll find/learn something useful for your future PHP Projects. Explore more on this website for more Free Source Code and Tutorials.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Hello, how much does this…
error or mistake
Add new comment
- Add new comment
- 13881 views