这是我的表格:
<form action="form.php?user_id=1" method="POST">
man utd group <input type='checkbox' name='groups_hash_value[]' value='2147483647'>
<span style='font-size:50%;'>SMS and Email</span>
arsenal fixtures <input type='checkbox' name='groups_hash_value[]' value='9'>
<br>
<br>
Firstname:
<br>
<input type="text" name="firstname" value="d">
<br>
Surname:
<br>
<input type="text" name="surname" value="burke">
<br>
Mobile Number:
<br>
<input type="text" name="telephone" value="080">
<br>
Email:
<br>
<input type="text" name="email" value="dara@gmail.com">
<br>
<p style="font-size:10px;">
Your info will not be sold, traded or given away
<br>
Brought to you by the <a href="http://www.{website_name}">web marketing</a> company <a href="http://www.">{website_name}</a>
<br>
</p>
<input type="submit" value="Submit">
</form>
当我选中两个复选框然后我var_dump($_POST)