php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "fetch"

How can the error message "ORA-24374: Definition not done before fetch or execute and fetch" be resolved when working with Oracle Server in PHP?

The error message "ORA-24374: Definition not done before fetch or execute and fetch" occurs when trying to fetch data from an Oracle database without...

Is it recommended to use fetch(PDO::FETCH_ASSOC) or set the default fetch mode to FETCH_ASSOC in PDO prepared statements in PHP?

When using PDO prepared statements in PHP, it is recommended to set the default fetch mode to FETCH_ASSOC in order to retrieve results as an associati...

How can old fetch styles in PHP be relearned and applied when using PDO?

When transitioning from using old fetch styles in PHP to PDO, it's important to understand that PDO uses a different method for fetching data from a d...

What are common pitfalls when using PDO fetch(PDO::FETCH_ASSOC) in PHP to fetch data from a database?

When using PDO fetch(PDO::FETCH_ASSOC) to fetch data from a database in PHP, a common pitfall is forgetting to loop through the fetched results if the...

What best practices should be followed when working with MySQLi fetch functions in PHP?

When working with MySQLi fetch functions in PHP, it is important to always check if there are rows returned before trying to fetch data. This helps to...

Showing 1 to 5 of 4952 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 990 991 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.