File "php_input_radio.php"

Full path: E:/sites/Single15/tinmung2007/webroot/THDC-Hai- Ngoai/hocwebchuan_form_handing/php_input_radio.php
File size: 314 B
MIME-type:
Charset: utf-8

Download   Open   Back

<form action="" method="post">
     Giới tính:<br>
     Nam <input type="radio" name="gender" value="Nam">, Nữ <input type="radio" name="gender" value="Nữ"><br>
     <button type="submit">Gửi</button>
</form>
Thông tin nhận được: <?php if(isset($_POST["gender"])) { echo $_POST["gender"]; } ?>

PHP File Manager