1
0
Fork 0
php-coding/8.work2.php

20 lines
483 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>搜索</title>
</head>
<body>
<form action="8.work2.search.php" method="get">
<table>
<tr>
<td>
<input type="text" size="30" name="keyword" id="keyword1" placeholder="请在此输入关键词" required>
</td>
<td>
<input type="submit" name="submit" value="搜索">
</td>
</tr>
</table>
</form>
</body>