Re: [PHP] Problem with hidden form input values

2005-01-20 Thread Ben Edwards
On Wed, 19 Jan 2005 15:22:55 -0800 (PST), Richard Lynch [EMAIL PROTECTED] wrote: Ben Edwards (lists) wrote: I know this is not strictly speaking a PHP question but it is to do with a PHP app. I have a form with a number of hidden values in it. After the post print_r( $_POST ) shows

Re: [PHP] Problem with hidden form input values

2005-01-20 Thread Ben Edwards
On Thu, 20 Jan 2005 07:33:01 +0800, Jason Wong [EMAIL PROTECTED] wrote: On Thursday 20 January 2005 07:07, Ben Edwards (lists) wrote: I know this is not strictly speaking a PHP question but it is to do with a PHP app. I have a form with a number of hidden values in it. After the post

Re: [PHP] Problem with hidden form input values

2005-01-20 Thread Richard Lynch
Ben Edwards wrote: On Wed, 19 Jan 2005 15:22:55 -0800 (PST), Richard Lynch [EMAIL PROTECTED] wrote: Ben Edwards (lists) wrote: I know this is not strictly speaking a PHP question but it is to do with a PHP app. I have a form with a number of hidden values in it. After the post

Re: [PHP] Problem with hidden form input values

2005-01-20 Thread Jason Wong
On Friday 21 January 2005 03:20, Richard Lynch wrote: The *do* POST, but PHP only handles one level of array references in NAME=xxx [snip] What you are receiving from HTTP/POST/PHP is the same as: $keyField['mb_memberhips][0'] = 'mb_e_id'; Note the lack of intervening apostrophes you

Re: [PHP] Problem with hidden form input values

2005-01-20 Thread Jochem Maas
Richard Lynch wrote: Ben Edwards wrote: On Wed, 19 Jan 2005 15:22:55 -0800 (PST), Richard Lynch [EMAIL PROTECTED] wrote: ... PHP only parses POST data to *ONE* dimension. for the second time now: BULLSHIT - this is not true and has not been for along as I have used PHP (and that I was aware of

Re: [PHP] Problem with hidden form input values

2005-01-20 Thread Richard Lynch
Jochem Maas wrote: Richard Lynch wrote: Ben Edwards wrote: On Wed, 19 Jan 2005 15:22:55 -0800 (PST), Richard Lynch [EMAIL PROTECTED] wrote: ... PHP only parses POST data to *ONE* dimension. for the second time now: BULLSHIT - this is not true and has not been for along as I have used

[PHP] Problem with hidden form input values

2005-01-19 Thread Ben Edwards (lists)
I know this is not strictly speaking a PHP question but it is to do with a PHP app. I have a form with a number of hidden values in it. After the post print_r( $_POST ) shows all the values except these (this is copied from 'Show Source' in the browser. input type=hidden

Re: [PHP] Problem with hidden form input values

2005-01-19 Thread Richard Lynch
Ben Edwards (lists) wrote: I know this is not strictly speaking a PHP question but it is to do with a PHP app. I have a form with a number of hidden values in it. After the post print_r( $_POST ) shows all the values except these (this is copied from 'Show Source' in the browser. input

Re: [PHP] Problem with hidden form input values

2005-01-19 Thread Jason Wong
On Thursday 20 January 2005 07:07, Ben Edwards (lists) wrote: I know this is not strictly speaking a PHP question but it is to do with a PHP app. I have a form with a number of hidden values in it. After the post print_r( $_POST ) shows all the values except these (this is copied from 'Show

Re: [PHP] Problem with hidden form input values

2005-01-19 Thread Jochem Maas
Ben Edwards (lists) wrote: I know this is not strictly speaking a PHP question but it is to do with a PHP app. I have a form with a number of hidden values in it. After the post print_r( $_POST ) shows all the values except these (this is copied from 'Show Source' in the browser. input

Re: [PHP] Problem with hidden form input values

2005-01-19 Thread Jochem Maas
Richard Lynch wrote: Ben Edwards (lists) wrote: I know this is not strictly speaking a PHP question but it is to do with a PHP app. I have a form with a number of hidden values in it. After the post print_r( $_POST ) shows all the values except these (this is copied from 'Show Source' in the