Re: [PHP] Re:javascript to php

2001-03-29 Thread Jack Dempsey
i know for multiple type values you can pass an array of info like this: someone also recently posted something about this and passing an array; try a search for that... the other possibility is to just pass a long string with | as separators then explode it later on before you submit... like per

Re: [PHP] Re:javascript to php

2001-03-29 Thread cam k
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,

Re: [PHP] Re:javascript to php

2001-03-29 Thread Jack Dempsey
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 d