login.form.inc.php
来自「A website for keeping track of wishes fo」· PHP 代码 · 共 9 行
PHP
9 行
<form action="login.php" method="post">
<?php $s_inc_redirect = htmlentities($redirect); ?>
<input type="hidden" name="redirect" value="<?php echo $s_inc_redirect; ?>">
Username: <input type="text" name="username"><br />
Password: <input type="password" name="password"><br />
Remember me with a delicious cookie?:<input type="checkbox" name="cookie" value="yes"><br />
<br />
<input type="submit" name="submit" value="Login">
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?