Answers for "remove qutoes from string php"

PHP
1

php remove quotes from string

str_replace(['"',"'"], "", $text)
Posted by: Guest on October-25-2021
0

trim specific character from strin using php

$widget_id = trim($widget_text,'[]')
Posted by: Guest on January-25-2021

Browse Popular Code Answers by Language