php replace these special characters (ms word autogenerated single quotes) in string
this kind of quote -> ‘
and this -> ’
should become simple single quote like this -> '
eg: $string = " ‘o Really ’o Brian ";
should be
" 'o Really 'o Brian "
php replace these special characters (ms word autogenerated single quotes) in string
this kind of quote -> ‘
and this -> ’
should become simple single quote like this -> '
eg: $string = " ‘o Really ’o Brian ";
should be
" 'o Really 'o Brian "