php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PHP search query"

How can one efficiently search and retrieve data from a database in PHP for content matching a specific query?

To efficiently search and retrieve data from a database in PHP for content matching a specific query, you can use SQL SELECT statements with prepared...

How can the objectGUID be properly passed to an LDAP search query in PHP to retrieve the cn (common name) from Active Directory?

To properly pass the objectGUID to an LDAP search query in PHP to retrieve the cn from Active Directory, you need to convert the objectGUID to a forma...

How can the SQL query in the PHP code be modified to search for a specific name entered in an input field?

To search for a specific name entered in an input field, you can modify the SQL query in the PHP code to use a parameterized query with a placeholder...

How does using virtual folders instead of query parameters improve the search engine optimization of a website?

Using virtual folders instead of query parameters improves the search engine optimization of a website by creating clean and readable URLs that are ea...

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...

Showing 46 to 50 of 10000 results

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