Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to replace double quotes in a string in php

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