PHP: How to replace quotes
Posted
by user330769
on Stack Overflow
See other posts from Stack Overflow
or by user330769
Published on 2010-05-16T12:58:38Z
Indexed on
2010/05/16
13:00 UTC
Read the original article
Hit count: 123
php
|web-development
I am using this but it is not working:
$replaced = str_replace(''', '"', $text);
Any help would be appreciated.
© Stack Overflow or respective owner