【发布时间】:2016-03-09 02:46:40
【问题描述】:
我有一个包含 16 个字段的 html 表单 (https://secure.high-speed-business-club.com//TEMPLATE-order-form-module/?affiliate=0)。
在单个数组中捕获所有这些字段值以存储为 SESSION 变量的最佳方法是什么?
【问题讨论】:
-
$_SESSSSION['form']=$_POST;(或 $_GET)如果你真的想要
标签: php html arrays forms session