:red: i am getting confused here.
i have an input on a form with text that has a single quote in it
when i post it to the server and save it, in to the database and read it again
it changes to ’ and when i save it and read it again, it changes to \’
i am probably doing something wrong here but i could use some help
i am using mysql_fetch_object to read the strings from a mysql database
thx