Project Description:
I need a PHP script that can upload files from my computer to a MySQL database on my local web server.
Files that will be uploaded will be simple text files. These text files will have 5 strings of information. These 5 strings need to be uploaded into their corresponding spots in the web server / MySQL DB / table.
Web server, for now, will be my local server (on my machine, for testing purposes).