Store and display formatted data (articles)
Posted: Sat Apr 28, 2007 4:24 pm
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.
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.