Character Entity Problem
Posted: Tue Apr 25, 2006 11:45 pm
Anyone know why
’ ;
gets converted to
’
After being saved into a database?
The only PHP function being performed on it is mysql_real_escape_string();
I put a space in there so it wouldn't render it as a ’
’ ;
gets converted to
’
After being saved into a database?
The only PHP function being performed on it is mysql_real_escape_string();
I put a space in there so it wouldn't render it as a ’