Syntax error. Try instead
$amendmentNumber = $_POST['amendmentID_'.$i];

HTH
Ignatius
_________________________
----- Original Message ----- 
From: "Herhuth, Ron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 03, 2004 16:58
Subject: [PHP-WIN] building a string question



I am pulling my hair out here...and I'm thinking someone might be able to
help me.  My situation is that I have a series of dynamic form elements
that are created on a previous page and now on the process page I am
trying to cylce through them...but I can't seem to build the string I need
to extract the values.  The part of the script that is causing me problems
is:

for($i=0;$i<$_POST['numberOfAmendments'];$i++)
{

$amendmentNumber = $_POST['amendmentID_$i'];

}

The $_POST['amendment_ID_
was created in a loop so I am using a loop to try to get at it's
value...but PHP isn't allowing me to use the $i in conjunction with the
$_POST array to build the string to get at the value.

Can anyone help me construct the string to get at the array value?

Thanks in advance!
Ron

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to