I am Trying do do a work of reading content of a file using PHP . I now know nothing to code .At first how how to have a button in javascript to open the file open dialog , so that the user can choose which file to open , and then when the user has selected a file , how do the codes look like to read the content of that file to a variable ?
I am new with PHP and javascript . Please tell me how .