What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Answer / Vijay Pratap Yadav
In PHP, `$_files['userfile']['name']` contains the original name of the uploaded file, while `$_files['userfile']['tmp_name']` contains the temporary filename where the uploaded file was stored on the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
How a constant is defined in a php script?
Which software is used to run php programs?
What are super global variables in php?
Do I need apache for php?
Can we learn php without html?
How to check a key exist in an array?
How to select a database?
What is php good for?
How cookies are trported from browsers to servers?
What is static method php?
what is view?
What is mean by RSS?How can i use this?