Re: Variable $_POST vars?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Here is an example of one of the fields:
<input name="item{number}" size=60 class="formdata" value="{item}">

I'm looping thru this form several times, so each time the name gets
incremented. Do you have an example of what your talking about?


"Stephen Johnson" <maillists@xxxxxxxxxxxxxxxx> wrote in message
news:BFC0F625.2154D%maillists@xxxxxxxxxxxxxxxxxxx
> On 12/10/05 9:06 PM, "The.Rock" <czimmerman01@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx
> http://www.thelonecoder.com
>
> *Continuing the struggle against bad code*
> -- 




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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux