Is it possible to upload a TXT and or HTML to a site and have some sort of PHP or script use the file to populate a mysql data base automatically?
Here is what Iām trying to do I have a website where certain people can access. I want them to upload a TXT or HTML file then the file gets converted or populates the appropriate DB table automatically.
I already have tried the form thing but what I found is that it take to long to enter all the data and some people make to many mistakes with the data.
For example a MS Access data base with some scripts will look at the data and if this and if/else that will insert the data in tables.