$kategori = "$kat&$kat2";
$bol = explode("&", $kategori);
$birlestir = implode(",", $bol);
$my_post['post_category'] = array($birlestir);
hemen deniyorum hocam.
$kategori = "$kat&$kat2";
$bol = explode("&", $kategori);
$birlestir = implode(",", $bol);
$my_post['post_category'] = array($birlestir);