当前位置:网站首页>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
边栏推荐
- MFC implementation resources are implemented separately by DLL
- Swing display time (click once to display once)
- 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
- Streamexecutionenvironment of Flink source code
- Where, on when MySQL external connection is used
- This call when the transaction does not take effect
- 看板快速启动指南
- Luogu p2731 horse riding fence repair
- Chapter III project schedule management of information system project manager summary
- Three of three JS (webgl) is simple to draw lines / arcs according to points (based on linegeometry / line2 / linematerial, draw two arc segments based on the center of the circle)
猜你喜欢

The WebService interface writes and publishes calls to the WebService interface (2)

Blender程序化地形制作

Solution of how to log in with mobile phone verification code in wireless network

Top 25 Devops tools in 2021 (Part 2)

What role do tools play in digital transformation?

4 个最常见的自动化测试挑战及应对措施

Cross border e-commerce | Facebook and instagram: which social media is more suitable for you?

使用zerotier让异地设备组局域网

PIP free export with path (@ file: / / /) notes

好的测试数据管理,到底要怎么做?
随机推荐
学习笔记:Unity CustomSRP-12-HDR
Solution of how to log in with mobile phone verification code in wireless network
The WebService interface writes and publishes calls to the WebService interface (I)
2021-10-08
One month countdown, pgconf What are the highlights of the latest outlook of asia2021 Asian Conference?
Three 之 three.js (webgl)旋转属性函数的简单整理,以及基于此实现绕轴旋转的简单案例
Summary of MySQL knowledge points
Kubectl command automatic replenishment
MFC implementation resources are implemented separately by DLL
改进DevSecOps框架的 5 大关键技术
4 个最常见的自动化测试挑战及应对措施
低代码和无代码的注意事项
Jupyter notebook crawling web pages
MySQL basics 3
MySQL slow query
Basic theory of Flink
2022/4/22
JSP -- Introduction to JSP
Grpc long connection keepalive
Publish your own wheel - pypi packaging upload practice