What is the sql extension type? I want to upload to some folder in my server only .sql files. I know that for txt is text/plain. what is for sql f
Find out what return $_FILES['userfile']['type']
replace echo ... with echo $_FILES['userfile']['type'];