php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "partial dates"

What is the best practice for searching for a partial string in an array in PHP?

When searching for a partial string in an array in PHP, the best practice is to use the array_filter function along with a custom callback function th...

What correction was made to the PHP script to ensure it only reacts to specific words and not partial matches?

The issue of the PHP script reacting to partial matches can be solved by using the `preg_match` function with word boundaries `\b` to ensure it only m...

What are some alternative methods for searching for partial strings in arrays in PHP?

When searching for partial strings in arrays in PHP, one common method is to use a loop to iterate through the array and check if the desired string i...

What are the best practices for efficiently deleting multiple images with the same "partial image name" in PHP?

When deleting multiple images with the same partial image name in PHP, it is best to use a combination of functions like scandir() to get a list of fi...

How can the SQL query in the PHP code be optimized to handle partial search terms effectively?

To optimize the SQL query in the PHP code to handle partial search terms effectively, you can use the LIKE operator in the SQL query along with the '%...

Showing 16 to 20 of 3923 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 784 785 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.