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 result. > > Please let me know if there is a way to do the above.
The best/easiest way is to use serialize() and unserialize(). -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* I've got all the money I'll ever need if I die by 4 o'clock. -- Henny Youngman */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php