Re: [PHP] Getting at $_POST values using a loop

2003-06-23 Thread Dave Alger
; From: Dave Alger [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 22, 2003 9:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Getting at $_POST values using a loop > > Hi all, > > This one is causing me a few headaches. How should I be doing this? > > On my previous page I&#x

RE: [PHP] Getting at $_POST values using a loop

2003-06-23 Thread Ford, Mike [LSS]
> -Original Message- > From: Dave Alger [mailto:[EMAIL PROTECTED] > Sent: 23 June 2003 05:12 > > This one is causing me a few headaches. How should I be doing this? > > On my previous page I've created a series of fields using a > loop so that a > field is created like this: > > echo "

RE: [PHP] Getting at $_POST values using a loop

2003-06-22 Thread Ralph
2003 9:12 PM To: [EMAIL PROTECTED] Subject: [PHP] Getting at $_POST values using a loop Hi all, This one is causing me a few headaches. How should I be doing this? On my previous page I've created a series of fields using a loop so that a field is created like this: echo "$fieldname:"

[PHP] Getting at $_POST values using a loop

2003-06-22 Thread Dave Alger
Hi all, This one is causing me a few headaches. How should I be doing this? On my previous page I've created a series of fields using a loop so that a field is created like this: echo "$fieldname:"; On my next page then I've got to try to read these values. I could do this as $_POST['Field0'],