Topic: sql inserts to add posts from an archive file?
I have a flat database file that I can parse in PHP to create a series of "posts" to punbb but I am looking for info on the best way to do this. I have read the punbb database structure docs and understand them but from what I have read so far, I am not really going to insert "posts" but rather "topics" for each entry from my flat database file. My question is .... do I need to add a topic, then a post to the topic and assign the topic to a forum in order to add a new post to the forum directly via a mysql insert?
Thanks