logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain how to work with Permissions in PHP.


  • Correct Answer
  • Permissions in PHP are very similar to UNIX Each file has three types of permissions ? Read, write and execute Permissions can be changed using the change mode or CHMOD command CHMOD is followed by 3 digit number specifying the permission type CHMOD 777 is for Read, Write and execute Unnecessary permissions can be stripped off using UNMASK command Unmask (777); 


  • Technology problems


    Search Results


    • 1. What is the difference between $argv and $argc? Give example?
    • Discuss
    • 2. What is the use of $_Server and $_Env?
    • Discuss
    • 3. What is the use of super-global arrays in PHP?
    • Discuss
    • 4. How can we increase the execution time of a php script?
    • Discuss
    • 5. What is the difference between PHP and JavaScript?
    • Discuss
    • 6. Explain Superglobal variables in PHP .
    • Discuss
    • 7. Explain how to send large amounts of emails with php.
    • Discuss
    • 8. Explain how to store the uploaded file to the final location.
    • Discuss
    • 9. Explain how to create random passwords.
    • Discuss
    • 10. What type of inheritance that PHP supports? Provide an example.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment