It's fair to say that I'm able to make script that is able to force the PHP to read CSV file, explode and insert into mySQL table but I have this situation:
A user wish to insert some data on remote web server using CSV file from his computer. Each time CSV file has different name (bill_001.txt, bill_002.txt...) and depends of application that is making CSV file.
I never knows what name will be each time when reading CSV file is demanding!?

I know to make script where is in some variable name of CSV file but I would like to make script where is possible to use forms and nice Browse button for selection and another button for processing CSV file!
I tried and I still doing it but I'm unable how to get name of selected file...
here is some piece of code which I found somewhere but unable to properly use; also, how to put filter for files with extension like *.txt!?
Thanks for your help.