php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "word blacklist"

What are the best practices for generating snippets from different mutations of search words in PHP?

When generating snippets from different mutations of search words in PHP, it is important to consider all possible variations of the search term to en...

How can one optimize PHP regex patterns to avoid unintended matches?

To optimize PHP regex patterns to avoid unintended matches, it is important to be specific in defining the pattern to match only what is necessary. Th...

What is the error message "Parse error: syntax error, unexpected 'with' (T_STRING)" indicating in the PHP code?

The error message "Parse error: syntax error, unexpected 'with' (T_STRING)" indicates that there is a syntax error in the PHP code. In this case, the...

How can PHP be used to search for multiple words in one column in a database?

When searching for multiple words in one column in a database using PHP, you can use the SQL LIKE operator along with the CONCAT function to search fo...

How can regular expressions be effectively used in PHP to extract specific values from strings, considering variations like spaces and different separators?

Regular expressions can be effectively used in PHP to extract specific values from strings by creating a pattern that matches the desired format of th...

Showing 846 to 850 of 876 results

‹ 1 2 ... 167 168 169 170 171 172 173 174 175 176 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.