php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SQL functions"

What are the potential security risks associated with using addslashes() and md5() functions in PHP for SQL queries?

Using addslashes() and md5() functions in PHP for SQL queries can introduce security risks such as SQL injection and weak hashing algorithms. To mitig...

What are the advantages of using SQL functions like date_format(spalte, '%d.%m.%Y') to format dates directly in SQL queries instead of manipulating them in PHP?

When formatting dates in SQL queries using functions like date_format(), it allows for better performance as the date manipulation is done directly in...

How can debugging queries in PHP help identify errors in SQL syntax or data manipulation functions?

Debugging queries in PHP can help identify errors in SQL syntax or data manipulation functions by allowing you to see the exact SQL query being execut...

What best practices should be followed when including variables and functions in SQL queries in PHP?

When including variables and functions in SQL queries in PHP, it is important to properly sanitize and escape the input to prevent SQL injection attac...

Are there any specific PHP functions that can help prevent SQL injections when working with form data?

SQL injections can be prevented by using prepared statements with parameterized queries when interacting with a database in PHP. This helps sanitize u...

Showing 61 to 65 of 10000 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 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.