php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "REPLACE INTO"

What is the correct syntax for using str_replace to replace a comma with a period in PHP?

To replace a comma with a period in a string using str_replace in PHP, you need to provide the original string, the character you want to replace (com...

How can the str_replace function be utilized to replace commas with periods in PHP?

To replace commas with periods in a string using the str_replace function in PHP, you can simply pass the comma as the search parameter and period as...

What PHP function can be used to replace German umlauts with their corresponding HTML codes?

To replace German umlauts with their corresponding HTML codes in PHP, you can use the `htmlentities()` function. This function will convert special ch...

How can you properly replace double quotes with " in PHP?

When working with strings in PHP, if you need to replace double quotes with the HTML entity for double quotes ("), you can use the str_replace fu...

How can you replace a value in an array in PHP?

To replace a value in an array in PHP, you can use the array_splice() function. This function allows you to remove a portion of the array and replace...

Showing 41 to 45 of 10000 results

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