Is it possible to do this?
1) Upload a PHP (or txt, html) file Using HTML forms
<input type="file" name="data_file" size="40">
2) Once the user uploads the file it reads and copies the files contents
3) Once the contents of the file is copied it submits it to a database.
I know how to do 1 and 3 but am not sure if #2 is even possible.