also, failing all else, use implode to concatenate the array into a string,
then pass it and explode it at the other end.
"Pac Mon" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> If they don't need to be visible include this form element in the form to
be
>
If they don't need to be visible include this form element in the form to be
submited:
>
>Hello,
>I need to send a lot of numbers with a form(post). How can I do that. I've
>tried just this:
>
>
>
>But that won't work.
>
>How then?
>polleke
___
Try function implode of an array (to make a string from your array) before you send it
through form and then explode that string into array
Afan
- Original Message -
From: Polleke
To: [EMAIL PROTECTED]
Sent: Monday, January 14, 2002 3:15 PM
Subject: [PHP-WIN] sending an
Hello,
I need to send a lot of numbers with a form(post). How can I do that. I've tried just
this:
But that won't work.
How then?
polleke