php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "returned results"

How can you determine if a search query in PHP returned no results and prevent displaying the table header?

To determine if a search query in PHP returned no results and prevent displaying the table header, you can check the number of rows returned by the qu...

How can the issue of "Partial search results returned: Sizelimit exceeded" be resolved when querying an LDAP directory using PHP?

When querying an LDAP directory using PHP, the issue of "Partial search results returned: Sizelimit exceeded" occurs when the LDAP server returns more...

How can the presence of returned results be checked in PHP form processing?

When processing a form in PHP, you can check if there are any returned results by using the isset() function on the form input fields. This function c...

How can the num_rows property of a database class be utilized in PHP to determine if a search query returned any results?

To determine if a search query returned any results, you can utilize the num_rows property of a database class in PHP. After executing the search quer...

How can variables be properly passed to a MySQL query in PHP to ensure correct results are returned?

To properly pass variables to a MySQL query in PHP and ensure correct results are returned, you should use prepared statements with parameter binding....

Showing 6 to 10 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.