php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "database security"

What security rules of browsers might prevent saving network file paths in a database using PHP/MySQL?

Browsers have security restrictions in place that prevent saving network file paths in a database for privacy and security reasons. To work around thi...

What are the security considerations when using PHP to store and retrieve PDF files from a database?

When storing and retrieving PDF files from a database using PHP, it is important to consider security measures to prevent vulnerabilities such as SQL...

What are the potential security risks of accessing database data using indexes in PHP?

When accessing database data using indexes in PHP, there is a potential security risk of SQL injection attacks if user input is not properly sanitized...

What are the potential security risks of storing passwords in a MySQL database without encryption?

Storing passwords in a MySQL database without encryption poses a significant security risk as the passwords can be easily compromised if the database...

What are the potential security risks of using MySQLi for database connections in PHP?

Potential security risks of using MySQLi for database connections in PHP include SQL injection attacks if user input is not properly sanitized, as wel...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.