I would like to store some articles (blog posts) in a mysql table, these posts will be made from more parts (e.g.: part1, part2 ... part x) I don`t know how to store them... Could I store each part in a text file, or how could I store it in a mysql database ? What field can support data of this size ? And how should I design the table to store each part of the post ? It would be good to store each part in the same cell and just separate them with a word () and then cut it with php ?
谢谢