Hi
Im making a forum, and trying to work something out.
I want a coloumn on the forum that shows who made the last post in each topic (like most forums do)
Decided the best way to do this would be to put the post_id of last post in a topic into the table for the topics.
I cant get the coding to work though, i would need to insert the topic information into the database, then the post information (i need to previous auto generated id for the posts table) but i also need the auto generated post_id to put in the topics table.
Surely theres a simpler way.
Thanks