, <body> <form id="form1" name="form1" method="post" action=""> <p> <label>Adını Gir : <input type="text" name="isim" id="isim" /> </label> </p> <p> <label> <input type="submit" name="button" id="button" value="Gönder" /> </label> </p> </form> <?php $isim = $_POST["isim"]; echo "$isim sen bir harikasın :D"; ?> </body> </html>
Bir yanıt bırakın Cevabı iptal et