php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "text translations"

Is it recommended to perform translations, such as converting weekday IDs to names, directly in the database query or in PHP code?

Performing translations, such as converting weekday IDs to names, is generally recommended to be done in the PHP code rather than directly in the data...

In what formats, such as JSON or YAML, could text be stored instead of PHP code for language translation in PHP websites?

To store text for language translation in PHP websites without using PHP code, text can be stored in formats such as JSON or YAML. These formats allow...

How can PHP be used to dynamically change text based on language selection on a website?

To dynamically change text based on language selection on a website using PHP, you can create language files containing translations for each language...

Is it recommended to separate text content from configuration options in PHP projects?

It is recommended to separate text content from configuration options in PHP projects to enhance maintainability and readability. By keeping text cont...

What are the advantages and disadvantages of using require_once to include separate PHP files for language translations?

When including separate PHP files for language translations using require_once, the advantage is that it ensures the file is included only once to pre...

Showing 61 to 65 of 10000 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 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.