Home > Backend Development > PHP Tutorial > post接收不到成绩

post接收不到成绩

WBOY
Release: 2016-06-06 20:22:55
Original
1278 people have browsed it

<code>
<title>waw</title>

<form method="post" action="">
小明:<input type="text" name="mark[]"><br>
小红:<input type="text" name="mark[]"><br>
小白:<input type="text" name="mark[]"><br>
小李:<input type="text" name="mark[]"><br>
小兰:<input type="text" name="mark[]"><br>
<input type="submit" name="postmethod" value="提交">
</form>

</code>
Copy after login
Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template