Re: [PHP] Passing Array from one form to another form

2002-08-09 Thread Jason Wong
On Friday 09 August 2002 19:04, J.F.Kishor wrote: > Hello all, > >I have got a doubt, Is there a way to pass a array from one > from to another form while submition. > > I have tried to do it, but in the second form I just get the string > "ARRAY" I'am not able to get the expected res

[PHP] Passing Array from one form to another form

2002-08-09 Thread J.F.Kishor
Hello all, I have got a doubt, Is there a way to pass a array from one from to another form while submition. I have tried to do it, but in the second form I just get the string "ARRAY" I'am not able to get the expected result. Please let me know if there is a way to do the above.