Answers for "php how to remove single quotes from string"

PHP
0

php remove quotes

str_replace('"', "", $string);
Posted by: Guest on January-13-2021

Code answers related to "php how to remove single quotes from string"

Browse Popular Code Answers by Language