php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "security impact"

How can the use of register_globals impact the security and functionality of a PHP application?

The use of register_globals in a PHP application can impact security by allowing external variables to overwrite internal variables, potentially leadi...

How can global variables impact the security of PHP code?

Global variables can impact the security of PHP code by making it vulnerable to injection attacks and unintended modifications. To mitigate this risk,...

How can using deprecated functions like mysql_query impact the security and performance of a PHP application?

Using deprecated functions like mysql_query can impact the security of a PHP application because they are no longer maintained and may have vulnerabil...

How can the use of $_GET, $_POST, and $_REQUEST variables impact the security and performance of a PHP script?

Using $_GET, $_POST, and $_REQUEST variables can impact the security of a PHP script if not properly sanitized and validated. It can lead to vulnerabi...

How can not understanding the language impact the security of PHP applications?

Not understanding the language can impact the security of PHP applications because it can lead to vulnerabilities such as SQL injection, cross-site sc...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.