Remove Sign From String Php

[Solved] Remove Sign From String Php | Php - Code Explorer | yomemimo.com
Question : remove % sign from string php

Answered by : better-bison-7ur2i4n3weko

$string = str_replace('%', '', $string);

Source : https://stackoverflow.com/questions/16733674/php-remove-symbols-from-string | Last Update : Thu, 13 Jan 22

Answers related to remove sign from string php

Code Explorer Popular Question For Php