Posted by Mladen Gogala on 01/18/06 19:16
On Tue, 17 Jan 2006 11:26:36 +0000, Mike wrote:
> Hello,
> How do I send an array from a form to another php page?I want to bundle
> up some data from form fields in an array and send them together like that.
> I must be missing something?
> Thanks
> Mike
You can always implode the array ("join", for the fans of the
OTHER scripting language) and send it as a single string.
--
http://www.mgogala.com
[Back to original message]
|