php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "linking words"

How can PHP be used to search for specific words that are predefined in a list, such as a list of banned words?

To search for specific predefined words, such as a list of banned words, in PHP, you can use the `strpos()` function to check if the input string cont...

How can you prevent repeated words from being displayed in a PHP script that selects random words from a database?

To prevent repeated words from being displayed in a PHP script that selects random words from a database, you can store the selected words in an array...

How can PHP be used to count and manipulate words within a text string?

To count and manipulate words within a text string using PHP, you can use the `str_word_count()` function to count the number of words in the string....

How can specific words be blocked from being entered in a PHP guestbook?

To block specific words from being entered in a PHP guestbook, you can create an array of banned words and then check the user input against this arra...

What is the best practice for linking images in TCPDF using PHP?

When linking images in TCPDF using PHP, it is best practice to use the `Image()` method provided by TCPDF to properly handle image linking and positio...

Showing 16 to 20 of 1584 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 316 317 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.