php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "security alert"

What are the potential security risks associated with using mysqli_real_escape_string for input validation in PHP?

Using mysqli_real_escape_string for input validation in PHP can still leave your application vulnerable to SQL injection attacks if not used correctly...

What are the potential security risks associated with using the provided login script in PHP?

The provided login script is vulnerable to SQL injection attacks as it directly concatenates user input into the SQL query. To mitigate this risk, you...

What are the security implications of not initializing variables used in SQL queries in PHP?

Not initializing variables used in SQL queries in PHP can lead to SQL injection attacks, where an attacker can manipulate the query to perform unautho...

What are the potential security risks of passing SQL code through a URL in PHP?

Passing SQL code through a URL in PHP can lead to SQL injection attacks, where malicious SQL code is inserted into the URL to manipulate the database....

What are the potential security risks associated with using sha512 for password hashing in PHP?

Using sha512 for password hashing in PHP can be susceptible to brute force attacks and rainbow table attacks, as it is a fast hashing algorithm. To mi...

Showing 9986 to 9990 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.