RE: [PHP] Easily Making Post Vars Session Vars

2001-05-14 Thread Johnson, Kirk
PROTECTED]] > Sent: Monday, May 14, 2001 2:40 PM > To: Johnson, Kirk; Php-General > Subject: RE: [PHP] Easily Making Post Vars Session Vars > > > Ok, I see where that's going. > > I actually was a bit off in my first posting. > > The form field names are a multi-

RE: [PHP] Easily Making Post Vars Session Vars

2001-05-14 Thread Jason
ulti-dimesion form variables into a session. Once I get it into a session I think I can break it up no problem. Thanks. > -Original Message- > From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 1:07 PM > To: Php-General > Subject: RE: [PHP] Easi

RE: [PHP] Easily Making Post Vars Session Vars

2001-05-14 Thread Johnson, Kirk
- > From: Jason [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 1:32 PM > To: Php-General > Subject: [PHP] Easily Making Post Vars Session Vars > > > Hi, > > So, is there anyway to assign $HTTP_POST_VARS to a session > array holding the > same value

[PHP] Easily Making Post Vars Session Vars

2001-05-14 Thread Jason
Hi, I realize you cannot override session variables through GET or POST for security reasons. I have a complex multipage form that I would like to store in a session for insertion in the database when the last step is completed. The form field names are arrays, so they can be listed and inserted