What alternatives could I use when displaying quotes "
from my SQL Server database? Something that works like *_real_escape_string
?
E.g.
$row['details']
has a value of "This is my quoted sentence"
Simply ECHO
ing this gives:
�This is my quoted sentence�
And I want it to go like this:
"This is my quoted sentence"