thanks, I found the discussions.  How do I pass one large array?? As a
hidden input type on a form?
"Jack Dempsey" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You could use sessions with arrays...there's been a discussion recently
> about arrays in sessions, and some good sample code...checkout the list
> archives...
> if you didn't want to use sessions you could just keep passing one large
> array to your different php scripts and then passing that into your
> database at the end when you're done...
>
> -jack
>
> cam k wrote:
> >
> > what exactly are you trying to do? pass variables to a php script? then
> > use a form with POST or GET...not that simple? describe better what
> > you're doing then...
> >
> > -jack
> >
> > cam k wrote:
> >
> > ok, I'll explain this a little better, bear with me.  I have several
forms
> > in different frames and one particular form being filled out many times.
I
> > want to be able to submit all the data at once to the database to tie it
to
> > a unique invoice number generated only on submission.  So I need to
somehow
> > store the data until ready to submit. I was thinking of using javascript
or
> > arrays as session variables...
> >
> > not sure though
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to