background image

Php 应用实例新增资料录到 MySQL 资料

一,

Insert.htm 源码:

<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>Insert</title>
</head>
<body>
<p>Score 资料表--新增资料录
</p>
<p><hrnoshade></p>
<formname="form1"method="post"action="insert.htm">
<tablewidth="200"border="0"align="center">
<tr>
<td>Number</td>
<td><inputtype="text"name="Number"></td>
</tr>
<tr>
<td>Name</td>
<td><inputtype="text"name="Name"></td>
</tr>
<tr>
<td>Chinese</td>
<td><inputtype="text"name="Chinese"></td>
</tr>
<tr>
<td>English</td>
<td><inputtype="text"name="English"></td>
</tr>
<tr>
<td>Math</td>
<td><inputtype="text"name="Math"></td>
</tr>