php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "query statements"

How can multiple SQL statements be executed in PHP using the query() function?

When using the query() function in PHP to execute multiple SQL statements, you can separate the statements with a semicolon. This allows you to execut...

How can multiple SQL statements be executed through a single query in PHP?

When executing multiple SQL statements in a single query in PHP, you can use the mysqli_multi_query function provided by the MySQLi extension. This fu...

How can prepared statements be properly used in PHP to query a database?

Prepared statements in PHP can be used to safely execute SQL queries by separating the query logic from the data being passed into the query. This hel...

How can Google searches be optimized for finding specific PHP statements or functions related to query manipulation?

To optimize Google searches for finding specific PHP statements or functions related to query manipulation, you can use specific keywords related to P...

What are the implications of using query() instead of prepared statements in PDO for executing SELECT statements in PHP?

Using query() instead of prepared statements in PDO for executing SELECT statements can leave your application vulnerable to SQL injection attacks. Pr...

Showing 1 to 5 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.