当前位置:网站首页>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
边栏推荐
- Three 之 three.js (webgl)旋转属性函数的简单整理,以及基于此实现绕轴旋转的简单案例
- Top 25 Devops tools in 2021 (Part 2)
- 即将毕业的大学生找技术开发工作的焦虑根源
- Let the LAN group use the remote device
- Source code analysis of how to use jump table in redis
- 7-4 is it too fat (10 points) PTA
- Define defines constants and macros, pointers and structures
- 引入精益管理方式,需要提前做到这九点
- Asynchronous iterator & asynchronous generator & asynchronous context manager
- mysql5. 7. X data authorization leads to 1141
猜你喜欢
领域驱动模型DDD(三)——使用Saga管理事务
Open source rule engine - Ice: dedicated to solving flexible and complex hard coding problems
Basic theory of Flink
Where, on when MySQL external connection is used
Three of three JS (webgl) simple sorting of rotation attribute function, and a simple case of rotating around the axis based on this
SQLyog的基本使用
青岛敏捷之旅,来了!
Good test data management, in the end how to do?
何时适合进行自动化测试?(下)
《2021年IT行业项目管理调查报告》重磅发布!
随机推荐
To understand Devops, you must read these ten books!
JSP-----JSP简介
Power consumption parameters of Jinbei household mute box series
Restful toolkit of idea plug-in
Mairadb数据库基本操作之数据管理
好的测试数据管理,到底要怎么做?
Where, on when MySQL external connection is used
即将毕业的大学生找技术开发工作的焦虑根源
Asynchronous iterator & asynchronous generator & asynchronous context manager
This call when the transaction does not take effect
Qingdao agile tour, coming!
Project manager's thinking mode worth trying: project success equation
Grpc long connection keepalive
Simple application of parallel search set (red alarm)
工具在数字化转型中扮演了什么样的角色?
Collaboration future object and concurrent futures
Define defines constants and macros, pointers and structures
Open source rule engine - Ice: dedicated to solving flexible and complex hard coding problems
了解 DevOps,必读这十本书!
Master-slave replication of MariaDB database