php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "substr"

What is the maximum length of a string in an HTML text field when submitting data to a MySQL database using PHP?

When submitting data from an HTML text field to a MySQL database using PHP, it is important to consider the maximum length allowed for the field in th...

What are some best practices for outputting shortened text in HTML format using PHP?

When outputting shortened text in HTML format using PHP, it is important to ensure that the text is properly truncated without cutting off in the midd...

Are there alternative methods or functions in PHP that can achieve the same outcome as using regular expressions for string manipulation?

Regular expressions are powerful but can be complex and hard to read for some developers. PHP offers alternative methods for string manipulation that...

How can you automatically sort a list of text strings from a database by the first letter and add a header before each letter in PHP?

To automatically sort a list of text strings from a database by the first letter and add a header before each letter in PHP, you can fetch the data fr...

Are there any specific PHP functions or methods recommended for handling text string manipulation tasks?

When handling text string manipulation tasks in PHP, there are several built-in functions that are recommended for efficient and effective processing....

Showing 946 to 950 of 992 results

‹ 1 2 ... 187 188 189 190 191 192 193 ... 198 199 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.