06-09-2008, 08:37 PM
|
#5 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Leeds
Posts: 52
Thanks: 7
|
I have tried the following but it doesnt seem to do anything at all:
PHP Code:
$biog = str_replace("’", "'", $biog);
$biog = str_replace("‘", "'", $biog);
$biog = str_replace("“", "\"", $biog);
$biog = str_replace("”", "\"", $biog);
I couldnt work out what options to use with htmlentities as it always seemed to do nothing.
There is too much information to go through manually and correct them by hand.
Thanks for any more advice.
|
|
|