php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "recommended approaches"

What are the drawbacks of using deprecated functions like mysql_ in PHP scripts?

Using deprecated functions like `mysql_` in PHP scripts can lead to security vulnerabilities and compatibility issues with newer versions of PHP. It i...

What are the implications of using outdated PHP versions for password hashing and security measures?

Using outdated PHP versions for password hashing and security measures can expose your application to vulnerabilities and potential attacks. It is cru...

What are the potential security risks associated with using PHP_SELF in a script?

Using PHP_SELF in a script can pose a security risk as it allows for potential cross-site scripting (XSS) attacks. To mitigate this risk, it is recomm...

What are the potential pitfalls of using MySQL_* commands in PHP, especially with upcoming PHP versions like 5.5?

Using MySQL_* commands in PHP, especially with upcoming PHP versions like 5.5, can lead to security vulnerabilities and deprecated functionality. It i...

What are the best practices for securely storing passwords and managing tokens in PHP applications?

To securely store passwords in PHP applications, it is recommended to hash the passwords using a strong hashing algorithm like bcrypt. Additionally, i...

Showing 9996 to 10000 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.