<form action="cl.asp" method="get">
<p>1、你认为公司的服务很好吗?</p>
<p>
<input type="radio" name="vote1" value="1">
很好
<input type="radio" name="vote1" value="2">
一般
<input type="radio" name="vote1" value="3">
不好</p>
<p>1、你认为公司实力怎么样?</p>
<p>
<input type="radio" name="vote2" value="1">
实力很强
<input type="radio" name="vote2" value="2">
实力一般
<input type="radio" name="vote2" value="3">
实力不行</p>
<input type="button" value="提交">
</form>
数据处理页面该怎么写。。。。
还有,数据库应该有ID(自动编号),还应该有哪些字段,谢谢了。。
<p>1、你认为公司的服务很好吗?</p>
<p>
<input type="radio" name="vote1" value="1">
很好
<input type="radio" name="vote1" value="2">
一般
<input type="radio" name="vote1" value="3">
不好</p>
<p>1、你认为公司实力怎么样?</p>
<p>
<input type="radio" name="vote2" value="1">
实力很强
<input type="radio" name="vote2" value="2">
实力一般
<input type="radio" name="vote2" value="3">
实力不行</p>
<input type="button" value="提交">
</form>
数据处理页面该怎么写。。。。
还有,数据库应该有ID(自动编号),还应该有哪些字段,谢谢了。。