Welcome Guest, Not a member yet? Register   Sign In
DB converting to html entities.
#1

Some of my textarea fields have HTML tags and entities in them. When I use the DB class update function it converts the string to use all html entities. The problem is that the DB class get function does not reverse the process.
Is there any way to either stop the conversion on update or cause a conversion on read?
Reply
#2

php html_entity_decode

See the PHP.NET website
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

No, the DB class doesn't do such conversions.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB