考虑以下 html 字段。
<form style="width:100px" action="phpformposttest.php" method="post">
<input type="text" name="Area">
<input type="text" name="Area2">
<input type="text" name="Zip">
<input type="submit">
</form>
使用 php,我如何将(“Area”、“Area2”和“Zip”)插入从这些多个输入收集的一列中。