A Simple PHP Application to manage Photos Under Different Albums
Signup and Login Facility for Users Users can create new album, upload new photo under any album, update album and delete album.
This application was basically created for the beginners who want to see how all the basic php syntax and SQL Operations works together in a complete application. The code is itself well documented. So anyone can easily understand what is going on in each code segment.
- Download the application from the repository
- Extract and Keep the files in a folder under your htdocs folder (XAMPP) or WWW folder (WAMP)
- Create a database as named photodb from your phpmyadmin. Then select the database from left panel and then click on import.
- Import the sql file named as photodb.sql which is avaialble in db folder.
- Then access your folder using localhost/yourfoldername
- You are done!