<?php 

if(isset($_POST['gonder'])){
       $gelenharf = $_POST["harf"];
       if($gelenharf == 'a'){
       echo "z"; }

}

?>