php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "security code"

What are the potential security risks associated with using mysql_real_escape_string in PHP code?

Using `mysql_real_escape_string` in PHP code can potentially lead to security risks such as SQL injection attacks if not used properly. It is recommen...

How can creating a separate configuration file for database credentials improve code organization and security in PHP applications?

Creating a separate configuration file for database credentials improves code organization by centralizing sensitive information in one location. This...

What are the potential security risks of including PHP code from a remote server?

Including PHP code from a remote server can pose security risks as it opens up the possibility of the remote server injecting malicious code into your...

When considering rewriting PHP scripts due to security concerns, what are the best practices for ensuring code quality, security, and compatibility with newer PHP versions?

When rewriting PHP scripts for security concerns, it is important to follow best practices to ensure code quality, security, and compatibility with ne...

What potential security vulnerability is present in the PHP code related to password handling?

The potential security vulnerability present in the PHP code related to password handling is storing passwords in plain text. This is a major security...

Showing 141 to 145 of 10000 results

‹ 1 2 ... 26 27 28 29 30 31 32 ... 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.