Php dosyasını çalıştırırsın sanırım, eğer sıkıntı yaşarsan yaz bana yardımcı olurum dostum.
<html>
<head>
<title>Kelime Üretici</title>
</head>
<body style="font-size:30px;">
<form method="post" action="uret.php" > Kelime :<input type="text" style="width: 250px; height:40px;" name="kelime"> <input type="submit" value="Üret!"></form>
<?php if($_POST){ $kelime = $_POST[kelime]; echo $kelime.' türkçe, '; echo $kelime.' bulma, '; echo $kelime.' 2018 '; } ?>
</body> </html>
Hocam eline koluna sağlık, çok teşekkür ediyorum