Hello
A post will send a text note to a insert_page.php
2 things need to happen
1.
a table called post will gain a postid , post_type, and the date of the post
2.
a table called text_post (that is based on a switch if media is text) will gain the textID, prior postid value, author, and the text.
Its that problem of holding the postid for the secound insert.
Or is there a combo join I need
Thanks
Tom