php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PHP security functions"

What are the security concerns associated with using mysql_ functions in PHP?

Using mysql_ functions in PHP poses security concerns due to their vulnerability to SQL injection attacks. To address this issue, it is recommended to...

Are there any specific PHP functions or features that should be avoided to maintain code security?

To maintain code security in PHP, it is recommended to avoid using functions like eval() and system() as they can execute arbitrary code and pose a se...

What are the security implications of using eval() and base64_decode() functions in PHP scripts?

Using eval() and base64_decode() functions in PHP scripts can introduce security vulnerabilities as they can execute arbitrary code or decode potentia...

What are the security implications of using outdated MySQL functions in PHP code?

Using outdated MySQL functions in PHP code can lead to security vulnerabilities such as SQL injection attacks. It is important to update to newer, mor...

How does the use of OpenSSL functions compare to traditional hashing methods for password security in PHP?

Using OpenSSL functions for password security in PHP is generally considered more secure than traditional hashing methods like md5 or sha1. OpenSSL of...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.