php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "TEXT"

What is the difference between using the MySQL data types TEXT and LONGTEXT for storing long text data?

When storing long text data in MySQL, it is important to choose the appropriate data type to ensure efficient storage and retrieval. The main differen...

How can PHP be used to manipulate text from a database without cutting off text after the first space?

When retrieving text from a database in PHP, the issue of text being cut off after the first space often arises due to improper handling of the data....

How can PHP be used to read all HTML files in a folder and save specific text content to separate text files?

To read all HTML files in a folder and save specific text content to separate text files using PHP, you can use the glob() function to get a list of H...

Is there a standard practice or guideline for handling text formatting, such as line breaks, when saving and displaying text in PHP?

When saving and displaying text in PHP, it is important to handle text formatting such as line breaks properly to ensure that the text appears correct...

What are the alternatives to the TEXT data type for storing large amounts of text in a MySQL database?

When storing large amounts of text in a MySQL database, using the TEXT data type may not be the most efficient option due to its limitations on size a...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.