if (isset($dati_ricevuto)) {
$scrivi=$dati_ricevuti;
print $scrivi;
} else {
print "Non hai inserito nulla nel campo";
}