File "php_input_password.php"

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

Download   Open   Back

<form action="" method="post">
     Password: <input type="password" name="password" value="">
     <button type="submit">Gửi</button>
</form>
<?php if(isset($_POST["password"])) { echo $_POST["password"]; } ?>

PHP File Manager