Skip to main content

Posts

Showing posts from November, 2016

Gallery Management And File Management Using PHP

GalleryManagement represents the latest in cloud-based File management tool  .  GalleryManagement developed from the idea that we could reduce the headaches that we found many of our clients experienced with their old files management software. Designed to replace those systems,  GalleryManagement is a Web-based solution for tracking everything from contacts and transactions to artwork, invoices, purchase orders and much more, and it is accessible online from any computer or mobile device with internet access Download Source code:- https://www.dropbox.com/s/8pnbwyyat15rnkg/gallery_management.zip?dl=0 video link:- https://youtu.be/ES_iZH97OqU How To stored your data in database. Step By Step Guide to Database Connection Step  1:-includes/constants.php Define database name define("DB_NAME", "database name"); Step 2:-  upload_file.php (1.) Inducles database connection file:        <?php //require_once("includes/connection.php&