有高人帮做个简单表单提交系统吗?急求

来源:百度知道 编辑:UC知道 时间:2024/06/16 08:18:12
网页带后台数据库,就是我放在空间就能用。
表单包括:
姓名
姓别
学历(包括小学,中学,大专,本科,本科以上)
数量(200,500,1000,2000,3000)
邮箱
其它说明

提交就OK了

最好是,我可以通过网页能看到提交的数据。
谢谢~~

-------------以下内容存为 提交.htm ----------
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>提交表单</title>
</head>

<body>
<form id="form6" name="form6" method="post" action="save.asp">

<p>姓名
<input name="name" type="text" id="name" />
</p>
<p>

性别
<select name="sex" id="sex">
<option value="0">男</option>
<option value="1">女</option>
</select>
</p>
<p>学历
<select name="xl" id="xl">