請考慮以下html字段。如何從多字段插入表單數據到一個sql表列
<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,如何插入(「區」,「區域2」,和「郵編」)到從這些多個輸入收集一列。