Delete files using Drag and Drop PHP MySql Javascript Source Code

2015-03-24T20:22:16+08:00

This is a simple application that will teach you on how to drag and drop files to delete using javascript. You can just simply drag and drop files on the drop to delete box and it will delete the file from the database. Instructions: 1. Download the source code. 2. Extract the compressed folder. 3. Run the xampp control panel and start the apache and mysql 4. Copy the extracted folder to htdocs 5. Open the browser and type localhost/phpmyadmin 6. import the database drop_delete 7. Run the program by typing in any browser localhost/drag Note: This is just a simple [...]