Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to replace multiple characters in a string in php

to replace double quotes, you can do this:
$newPhrase = str_replace('"', '', $phrase);
 
PREVIOUS NEXT
Tagged: #replace #multiple #characters #string #php
ADD COMMENT
Topic
Name
6+7 =