logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain $_FILES Superglobal Array.


  • Correct Answer
  • Array Descriptions -------------------------------- ----------------------------------- $_FILES['userfile']['name'] The original name of the file on the client machine $_FILES['userfile']['type'] The MIME type of the file if the browser provided this information An example would be "image/gif" $_FILES['userfile']['size'] The size, in bytes, of the uploaded file $_FILES['userfile']['tmp_name'] The temporary filename of the file in which the uploaded file was stored on the server $_FILES['userfile']['error'] The error code associated with this file upload 


  • Technology problems


    Search Results


    • 1. How to store the uploaded file to the final location?
    • Discuss
    • 2. How can we know the number of days between two given dates using php?
    • Discuss
    • 3. How to set cookies?
    • Discuss
    • 4. What are encryption functions in PHP?
    • Discuss
    • 5. What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
    • Discuss
    • 6. What is Constructors and Destructors?
    • Discuss
    • 7. What is PHP's configuration file called?
    • Discuss
    • 8. What is a PHP Filter?
    • Discuss
    • 9. What is Apache configuration file typically called?
    • Discuss
    • 10. Which function would you use to insert a record into a database?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment