php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "larger word"

How can one replace a specific word without replacing it if it is part of a larger word in PHP?

When replacing a specific word in a string in PHP, you can use the `str_replace()` function. However, if the word you want to replace is part of a lar...

What potential problem arises when trying to highlight a specific word like "xml" within a larger word like "simplexml" in PHP code?

When trying to highlight a specific word like "xml" within a larger word like "simplexml" in PHP code, the issue arises because using simple string ma...

What are the best practices for handling word boundaries in PHP when replacing specific substrings within a larger text?

When replacing specific substrings within a larger text in PHP, it's important to consider word boundaries to avoid unintended replacements within lar...

What are some best practices for implementing word highlighting with tooltips in PHP to avoid unintended highlighting within larger words?

When implementing word highlighting with tooltips in PHP, it is important to ensure that the highlighting does not unintentionally highlight parts of...

What is the common issue when querying a MySQL database for a single word in PHP?

The common issue when querying a MySQL database for a single word in PHP is that the query may not return the desired results if the word is part of a...

Showing 1 to 5 of 1953 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 390 391 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.