I have 5 variables that i need in post_content. I cant figure it out, i tried making $content an array but couldnt get it.
$postdata = array( "ID" => $post_id, "post_category" => $postcats, "post_content" => $content);
Hopefully someone can help me, im a php newb!