xxxxxxxxxx
<html>
<body>
<h1>Sample Form</h1>
<form action="./submit-number.php" method="post">
<label for="age">senin yaşın</label> <br>
<!-- Buraya sayı girmek için özel bir metin alanı ekledim. -->
<input type="number" id="age" name="age">
<input type="submit">
</form>
</body>
</html>