Konu: PHP input'tan gelen veriyi geldiği gibi yazdırmak
08.01.2019 20:59
echo ' Talebi Gir: '; if($_POST) { echo $_POST["talep"]; } ?>