if(preg_match('/[a-zA-Z ]+/', $_POST['comment']))
if (preg_match('#^[a-zA-Z ]+$#', $_POST['comment']))