php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "driver"

What are the differences between using "num_rows" and "COUNT" in PHP database queries, and how can developers ensure they are using the correct method for their specific needs?

When retrieving the number of rows from a database query in PHP, developers can choose between using the "num_rows" property of a result object or usi...

What are the advantages and disadvantages of using ODBC versus PDO for connecting to a MS SQL Server in PHP?

When connecting to a MS SQL Server in PHP, both ODBC and PDO can be used. ODBC is a more established and widely supported method, while PDO offers a m...

Showing 171 to 172 of 172 results

‹ 1 2 ... 26 27 28 29 30 31 32 33 34 35 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.