Hy everyone how can I replace "" // i think its called double quotes with '' // i think its called single quotes
using PHP ?
|
feedback
|
| |||
|
feedback
|
|
You can use str_replace, try to use http://php.net/manual/en/function.str-replace.php it contains allot of php documentation.
| |||
|
feedback
|
|
Try with preg_replace,
| |||
|
feedback
|
|
Try with strtr,
| |||
|
feedback
|
"Testing"- you want'Testing'- and vice-versa? What about"They're"- you want'They"re'?? – gnarf Mar 11 '10 at 10:51