PHP bir acemi değilim. 2 gün önce çalışıyordu kod birkaç satır yazmak, ama dün, artık değildi. Kod oldu:
<body>
<form method='post' action='test.php'>
name <input type='text' id='txtName'/>
age <input type='text' id='txtAge'/>
<input type='submit'/>
<hr/>
name <?php echo $_POST['txtName']; ?>
age <?php echo $_POST['txtAge']; ?>
</form>
</body>
Ne yapar metin kutuları değerini göstermek için sadece, ama işe yaramıyor. Neden?