File "php_input_text.php"
Full path: E:/sites/Single15/tinmung2007/webroot/THDC-Hai- Ngoai/hocwebchuan_form_handing/php_input_text.php
File size: 241 B
MIME-type:
Charset: utf-8
<form action="" method="post">
Họ tên: <input type="text" name="fullname" value="">
<button type="submit">Gửi</button>
</form>
Thông tin nhận được: <?php if(isset($_POST["fullname"])) { echo $_POST["fullname"]; } ?>