Arkadaş üstte yazmış str_replace;

$find = ["+", " "];
$replace = ["_","_"];

str_replace($find,$replace,$_POST['GELEN_POST']);