[nycphp-talk] handling forms (relative newbie)
Aaron Fischer
agfische at email.smith.edu
Fri Oct 3 08:53:50 EDT 2003
That makes perfect sense. Thanks.
-A
On Thursday, October 2, 2003, at 03:58 pm, Scott Mattocks wrote:
> If you used $_SESSION['_POST'] = $_POST then the session array has as
> an element an array containing the post data. Since you have an array
> in an array you would access it like this:
> echo $_SESSION['_POST']['first_name'];
>
> Scott Mattocks
More information about the talk
mailing list