duct_1.htm

来自「hmj采集器 是一个用PHP语言编写的基于PHP+MySQL网络文章采集系统。」· HTM 代码 · 共 40 行

HTM
40
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>MYSQL数据库地址</title>
</head>

<body>
<form method="POST" action="index.php?work=duct_2&id={id}">
<table id="mysql" style="DISPLAY: block" width="100%" border="1" cellspacing="0" bordercolor="#C0C0C0">
	<tr>
	<td>
	<table id="mysql" style="DISPLAY: block; border-collapse:collapse" width="100%" border="1" bordercolor="#999999" cellspacing="0">
	<tr>
		<td width="30%" bgColor="#f7f7f7" height="25"><center>MYSQL数据库地址</center>
		</td>
		<td>&nbsp;&nbsp;<input class="button" name="nserver_name" value="{edit_nserver_name}"></td>
	</tr>
	<tr>
		<td bgColor="#f7f7f7" height="25"><center>MYSQL数据库用户</center></td>
		<td>&nbsp;&nbsp;<input class="button" name="username"  value="{edit_username}"></td>
	</tr>
	<tr>
		<td bgColor="#f7f7f7" height="25"><center>MYSQL数据库密码</center></td>
		<td>&nbsp;&nbsp;<input class="button" type="password"  name="psassword" value="{edit_password}"></td>
	</tr>
	<tr>
		<td bgColor="#f7f7f7" height="25"><center>MYSQL数据库名称</center></td>
		<td>&nbsp;&nbsp;<input class="button" name="database" value="{edit_database}"></td>
	</tr>
</table>
<input type="submit" value="下一步" >
</form>
</td>
</tr>
</table>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?