php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Whois query"

In what scenarios would using a SELECT query with mysql_num_rows be more efficient than using a COUNT query in MySQL when working with PHP?

Using a SELECT query with mysql_num_rows can be more efficient than using a COUNT query in MySQL when you need to retrieve the actual rows of data alo...

What are the limitations of relying on DNS resolution for determining domain availability in PHP?

Relying solely on DNS resolution for determining domain availability in PHP can be unreliable as it may not accurately reflect the actual availability...

How can the size of a MySQL query be determined in PHP?

To determine the size of a MySQL query in PHP, you can use the strlen() function to calculate the length of the query string. This will give you the s...

What is the purpose and potential pitfalls of using "WHERE 0" in a MySQL query for dynamic query construction in PHP?

Using "WHERE 0" in a MySQL query is a common technique for constructing dynamic queries in PHP without having to worry about the initial WHERE clause....

What are the differences in functionality between PDO->query() and PDOStatement when trying to retrieve the number of rows in a SELECT query?

When trying to retrieve the number of rows in a SELECT query using PDO, the `PDO->query()` method can be used to directly execute the query and return...

Showing 51 to 55 of 10000 results

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