Posted by Stephen Johnson on 12/11/05 07:16
On 12/10/05 9:06 PM, "The.Rock" <czimmerman01@hotmail.com> wrote:
> Is there a way to do this?
>
> $var = $_POST["$var"];
>
> I have a form that submits data, except the name of each input field is
> incrementing. So I need to increment the $_POST var. Any ideas?
>
> I can't seem to get anything to work
>
> Chris
What type of field are you using? In these cases I have always passed the
data in an array and passed the post into an array variable which I could
then increment.
--
Stephen Johnson
The Lone Coder
http://www.ouradoptionblog.com
*Join us on our adoption journey*
stephen@thelonecoder.com
http://www.thelonecoder.com
*Continuing the struggle against bad code*
--
[Back to original message]
|