PHP 表单元素,刷新后保留原来的值
1. 输入框:
1 | <input type="text" name="input" value="<?php if(isset($_POST['input'])){echo $_POST['input'];} ?>" > |
2. 复选框:
1 | <input type="checkbox" name="box1" <?php if(isset($_POST['box1'])) echo "checked"; ?>> |
Accumulate and Shining
PHP 表单元素,刷新后保留原来的值
1 | <input type="text" name="input" value="<?php if(isset($_POST['input'])){echo $_POST['input'];} ?>" > |
1 | <input type="checkbox" name="box1" <?php if(isset($_POST['box1'])) echo "checked"; ?>> |
微信支付
支付宝