Thread: Importing text
View Single Post
Old 06-09-2008, 08:37 PM   #5 (permalink)
oMIKEo
The Contributor
 
oMIKEo's Avatar
 
Join Date: Jan 2008
Location: Leeds
Posts: 52
Thanks: 7
oMIKEo is on a distinguished road
Default

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.
Send a message via MSN to oMIKEo
oMIKEo is offline  
Reply With Quote