php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "circular text"

How can text from a text file be replaced with an image (smiley) in PHP?

To replace text from a text file with an image (smiley) in PHP, you can read the contents of the text file, use a regular expression to find the text...

What is the difference between text/html and text/plain in PHP email headers?

When sending emails in PHP, the "Content-Type" header specifies the type of content in the email body. Using "text/html" indicates that the email body...

How can alternative text be used for individual words in a text using PHP?

To add alternative text for individual words in a text using PHP, you can use the str_replace function to replace the words with the desired alternati...

How can overlapping text issues be resolved when adding text to images in PHP?

When adding text to images in PHP, overlapping text issues can be resolved by calculating the width of the text to be added and adjusting the starting...

How can str_replace be used to manipulate text within an HTML page without affecting text within HTML tags?

When using str_replace to manipulate text within an HTML page, it's important to ensure that only the text content, and not the text within HTML tags,...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.