Page 1 of 1

Store and display formatted data (articles)

Posted: Sat Apr 28, 2007 4:24 pm
by hoangvu.che
I would like to store articles including formatted text and images in mysql.

I dont know whether it is possible to save all these using a specific data type (if any) in mysql or

I have to save the data in the form of tag marking like html language (i.e. [some property]data[/some property]), and then parse them before displaying on my page.

Please share with me a solution for this.

Posted: Sat Apr 28, 2007 4:30 pm
by nickvd
Install wordpress?

Posted: Sat Apr 28, 2007 4:38 pm
by hoangvu.che
Sorry, could you explain more details?

Posted: Sat Apr 28, 2007 4:48 pm
by feyd

Posted: Wed May 02, 2007 4:11 am
by hoangvu.che
thanks for your help,

it seems the correct thing I need.