[nycphp-talk] handling forms (relative newbie)
David Mintz
dmintz at panix.com
Thu Oct 2 16:06:04 EDT 2003
On Thu, 2 Oct 2003, Aaron Fischer wrote:
>
> If $_SESSION now has the array stored, it seems that this should work:
> echo $_SESSION['first_name'];
It would if you had used array_merge() instead (-: But you have a
two-dimensional array now, so you need to say
$_SESSION['_POST']['first_name']
---
David Mintz
http://davidmintz.org/
Email: See http://dmintzweb.com/whitelist.php first!
"Y dále p'abajo"
Tito Rojas
More information about the talk
mailing list