01234567890123456789012345678901234567890123456789012345678901234567890123456789 Run install.php to create a MySQL database and a table within that database. Some test data will be entered into the table so that list.php has something on it. To remove it simply run uninstall.php and the database and table will be completely removed. Open list.php to view the contents of the table and click any row for more detailed information about that particular video. Open mockup.php to see what the form for the file upload interface looks like, note that the file upload interface has been replaced with a simple text box for the time being. This form now works and will enter the information into the database which can then be seen appended to the table on list.php. If you find any vulnerabilities that could be exploited or code that could be improved please do let me know, this is going to get put to use in the CLC and will most likely be used by many schools in and around where I live. I wouldn't want to let them down by handing over sub-par code.