this is the data 01. with the following line in it: we're having fun.
this is the data 01. with the following line in it: we
$begin = ereg_replace('"',"'",$begin); $begin = ereg_replace('& # 3 9 ;',"'",$begin);
$begin = preg_replace('(&)|(#)|(3)|(9)', "'", $begin);
$begin = str_replace("\"","'",$begin);
$begin = addslashes($begin);