Store and display formatted data (articles)

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
hoangvu.che
Forum Newbie
Posts: 19
Joined: Thu Mar 22, 2007 9:54 pm

Store and display formatted data (articles)

Post 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.
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

Install wordpress?
hoangvu.che
Forum Newbie
Posts: 19
Joined: Thu Mar 22, 2007 9:54 pm

Post by hoangvu.che »

Sorry, could you explain more details?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

hoangvu.che
Forum Newbie
Posts: 19
Joined: Thu Mar 22, 2007 9:54 pm

Post by hoangvu.che »

thanks for your help,

it seems the correct thing I need.
Post Reply