Re: [PHP-WIN] sending an array through post

2002-01-15 Thread Alex Lis
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 >

Re: [PHP-WIN] sending an array through post

2002-01-14 Thread Pac mon
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 ___

Re: [PHP-WIN] sending an array through post

2002-01-14 Thread Afan Pasalic
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

[PHP-WIN] sending an array through post

2002-01-14 Thread Polleke
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