<input type="text" name="isim">

<?
if(empty($_POST['isim'])) {
echo "İsim Bölgesi Boş Bırakılamaz";
}
?>