php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "comma conversion"

What are the potential issues with decimal point and comma conversion in PHP scripts when switching between languages?

When switching between languages, the decimal point and comma conversion can cause issues in PHP scripts. To solve this problem, you can use the `numb...

What PHP function can be used to manipulate a string to remove everything after a comma, including the comma itself?

To remove everything after a comma in a string, including the comma itself, you can use the PHP `explode()` function to split the string into an array...

How can you display only numbers before the comma in PHP?

To display only numbers before the comma in PHP, you can use the explode() function to split the string by the comma and then access the first element...

How can I concatenate variables in PHP and add a comma between them?

To concatenate variables in PHP and add a comma between them, you can simply use the concatenation operator (.) to join the variables together along w...

What is the significance of removing the comma after wochentag in the SQL query?

The significance of removing the comma after "wochentag" in the SQL query is that it fixes a syntax error. In SQL queries, columns should be separated...

Showing 1 to 5 of 1445 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 288 289 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.