Not really, as there are $-signs missing before ThreadID and PostID and thus it won't compile

But the concept is right.
I don't know what you want to do with your table but you could call
PHP Code:
$DB_site->query("INSERT INTO yourtbl (ThreadID,PostID) VALUES ($post[threadid], $post[postid])");
to get the IDs into your table. Or make an update or whatever you want to to with the values.