codice:
$stringa = "ciao mamma io sto bene";

$stringa = str_replace(" ", "_", $stringa);

echo $stringa;