php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "755"

Is it common practice to use CHMOD 777 for PHP files, and what are the implications of doing so?

It is not recommended to use CHMOD 777 for PHP files as it gives full read, write, and execute permissions to everyone, which can pose a security risk...

What are the best practices for setting file permissions in PHP when using suPHP?

When using suPHP, it is important to set file permissions properly to ensure security and prevent unauthorized access to files. The recommended approa...

What best practices should be followed when setting up Typo3 to avoid errors?

When setting up Typo3, it is important to follow best practices to avoid errors. One common issue is setting incorrect file permissions, which can lea...

What are some best practices for setting permissions on directories and files created by PHP scripts?

When creating directories and files using PHP scripts, it is important to set appropriate permissions to ensure security and access control. A common...

Are there any security risks associated with using 777 permissions for files created using FTP in PHP?

Using 777 permissions for files created using FTP in PHP can pose security risks because it grants full read, write, and execute permissions to everyo...

Showing 11 to 15 of 146 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 29 30 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.