Welcome Guest, Not a member yet? Register   Sign In
Posts from sqlite display html tags
#1

Hi, I'm new to CI and apologize if this is the wrong forum.
I've dumped the mysql file from my old wordpress site and converted it to sqlite3.
I've managed to connect to the sqlite3 database in my new CI app.
The problem is when I display a post from the database, everything works okay except when it displays.
The resulting page, after the title displays with the html tags, 
Code:
<h2>, <p>, <li>
etc.
Would anyone know how to overcome this?
All html tags work fine in my header and footer parts, its just the bit from the database that shows up as one large unformatted block.
thanks.
Reply
#2

The styles may have been saved in the database along with the post data Wordpress was good for that.
What did you Try? What did you Get? What did you Expect?

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

Thanks InsiteFX, I'll look into that. I was getting to the point it was not CI causing the problem.
Cheers
Reply




Theme © iAndrew 2016 - Forum software by © MyBB