php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "item translation"

How can automatic translation be initiated without the need to click on the translate link in PHP?

To initiate automatic translation without the need to click on the translate link in PHP, you can use a PHP script that detects the user's language pr...

What are the advantages and disadvantages of using the gettext extension in PHP for language translation compared to custom constant management?

The issue at hand is managing language translation in PHP applications. One common approach is to use the gettext extension, which provides a standard...

How can the active menu item be highlighted in a PHP list navigation?

To highlight the active menu item in a PHP list navigation, you can add a conditional statement to check if the current page matches the menu item. If...

How can the Symfony Translation Component be integrated into an application to allow for customizable labels for different instances or clients?

To allow for customizable labels for different instances or clients in a Symfony application, you can utilize the Symfony Translation Component. By cr...

What is the correct way to change the quantity of a specific item in a PHP array?

To change the quantity of a specific item in a PHP array, you can access the item by its key and update the quantity value accordingly. You can do thi...

Showing 26 to 30 of 787 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 157 158 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.