php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "security"

What potential security risks are associated with directly displaying file paths in the browser window?

Displaying file paths directly in the browser window can expose sensitive information about the server's directory structure, potentially aiding attac...

Are there any specific security considerations to keep in mind when deleting files in PHP?

When deleting files in PHP, it is important to ensure that only authorized users have the permission to delete files and that the file path is properl...

What are potential security risks associated with passing IDs through hidden fields in PHP forms?

Passing IDs through hidden fields in PHP forms can expose sensitive information and make it easier for malicious users to manipulate the data. To miti...

What are the security implications of using user input directly in SQL queries in PHP?

Using user input directly in SQL queries in PHP can lead to SQL injection attacks, where malicious users can manipulate the input to execute unauthori...

What are the potential security risks associated with using raw SQL queries in PHP code?

Using raw SQL queries in PHP code can expose your application to SQL injection attacks, where malicious users can manipulate the SQL query to execute...

Showing 9981 to 9985 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.