当前位置:网站首页>2021-11-01
2021-11-01
2022-04-23 05:19:00 【klx2545845553】
<?php
require_once "d1.php";
//$sql="INSERT INTO `pro_user` SET `account`='huangyaoshi',`password`='123456',`name`=' pharmacist hwang ',`state`=1";
//$sql="DELETE FROM `pro_user` WHERE `id`=1";
/ar_dump($res);
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div>
<form action="createUser.php" method="post">
<fieldset>
<div>
<label for="account"> account number :</label>
<input id="account" type="text" name="account" placeholder=" Please enter your account number " required>
</div>
<div>
<label for="password"> password :</label>
<input id="password" type="password" name="password" placeholder=" Please input a password " required>
</div>
<div>
<label for="name"> full name :</label>
<input id="name" type="text" name="name" placeholder=" Please enter a name " required>
</div>
<div>
<label for="state"> state :</label>
<select name="state">
<option value="1"> Turn on </option>
<option value="0"> close </option>
<lect>
</div>
<button> add to <tton>
</fieldset>
</form>
</div>
</body>
<html>

版权声明
本文为[klx2545845553]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220547045892.html
边栏推荐
- JSP -- Introduction to JSP
- 青岛敏捷之旅,来了!
- Various ways of writing timed tasks of small programs
- 无线网怎么用手机验证码登录解决方案
- JS Array常见方法
- 工具在数字化转型中扮演了什么样的角色?
- 低代码和无代码的注意事项
- The annual transaction volume of the app store is US $1 million, and only 15% commission is paid. Small and medium-sized developers are very contradictory
- Low code and no code considerations
- 何时适合进行自动化测试?(下)
猜你喜欢
云计算与云原生 — OpenShift 的架构设计
At pgconf Asia Chinese technology forum, listen to Tencent cloud experts' in-depth understanding of database technology
DevOps生命周期,你想知道的全都在这里了!
phphphphphphphp
低代码和无代码的注意事项
狼叔来找翻译人员了--plato--持续翻译中.....
2021-09-23
MySQL slow query
The 2021 IT industry project management survey report was released!
5 minutes to understand MySQL row column conversion
随机推荐
即将毕业的大学生找技术开发工作的焦虑根源
To understand Devops, you must read these ten books!
[untitled] kimpei kdboxpro's cool running lantern coexists with beauty and strength
Locks and transactions in MySQL
Semi synchronous replication of MariaDB
JS array common methods
MySQL slow query
Where, on when MySQL external connection is used
低代码和无代码的注意事项
Pandas to_ SQL function pit avoidance guide "with correct code to run"
The source of anxiety of graduating college students looking for technology development jobs
JS Array常见方法
Source code analysis of how to use jump table in redis
数字化转型失败,有哪些原因?
mariadb数据库的主从复制
Three 之 three.js (webgl)模型的删除/场景的清空/内存的释放 的简单整理
Chapter II project scope management of information system project manager summary
The applet calls the function of scanning QR code and jumps to the path specified by QR code
Let the LAN group use the remote device
領域驅動模型DDD(三)——使用Saga管理事務