$rforuminfo = fetch_foruminfo($Feed['forumid']);$newpost = array( 'emailupdate' => 9999, 'userid' => 'Userid', 'username' => 'Username', 'title' => 'Title', 'message' => 'Message', 'thread' => 'threadid');$threadinfo['threadid'] = 'threadid';build_new_post('Post', $rforuminfo, $threadinfo, array(), $newpost, $errors);