php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "database name"

What are the best practices for securely storing user passwords in a MySQL database using PHP?

When storing user passwords in a MySQL database using PHP, it is crucial to securely hash the passwords before saving them to the database. This helps...

Are there best practices for securely updating values in a database using escape characters in PHP?

When updating values in a database using PHP, it is important to properly escape special characters to prevent SQL injection attacks. One common metho...

What are the potential security risks associated with displaying database queries in the URL in PHP?

Displaying database queries in the URL in PHP can expose sensitive information and make it easier for attackers to manipulate the queries, leading to...

What are the potential security risks of storing database credentials in plain text files in PHP?

Storing database credentials in plain text files in PHP poses a significant security risk as anyone with access to the server can easily view and misu...

What are the potential pitfalls of not passing database connections as parameters to functions in PHP?

Not passing database connections as parameters to functions in PHP can lead to inefficient code and potential security vulnerabilities. It can also ma...

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.