[PHP] How to retrieve form data?

2005-02-27 Thread Gregg Nelson
The first execution of the file below produces the expected output: Request Method: GET Clicking on the Submit button outputs: Request Method: POST $_POST array contains: Array Why don't I see one of the values from the select item?

Re: [PHP] How to retrieve form data?

2005-02-27 Thread Gregg Nelson
ing?If so, can I access the "item" array itself? I tried this in the script but nothing was echoed:echo $item[0] "John Nichel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Gregg Nelson wrote: > > The first execution of the file below produces the

Re: [PHP] How to retrieve form data?

2005-02-28 Thread Gregg Nelson
beginning to learn how to use PHP. I am now on my way. "John Nichel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Gregg Nelson wrote: > > > Clicking on the submit button now produces: > >