Answers for "php strip_slashes array"

PHP
0

php remove slash from string

echo preg_replace('/\\\\/', '', $var);
Posted by: Guest on October-18-2021

Browse Popular Code Answers by Language