My quotation marks, when converted to "
by htmlentities()
are not turning back into actual quotation marks when output after being stored in the [Postgres] database. Please help - this is time sensitive.
views:
142answers:
1
+2
A:
Are you possibly calling htmlentities() twice (perhaps once before display by accident?), and hence making it actually &quote;
?
Matthew Scharley
2009-06-29 03:56:07
Thanks a lot - I was calling it twice by mistake.
Shadow
2009-06-29 04:01:57
A textbox will. <pre> won't, obviously.
John Kugelman
2009-06-29 04:02:16