Following loop works fine !
but I don't want $art_nr_1 (which is 4564)
I want to have $art_nr_$i
but if you use it you just get 1,2,3,4
for ($i=1; $i<50; $i++) :
$varid = "quant".$i ;
if ($$varid != "") {
echo
"
<input type=hidden name=\"art_nr\" value=\"$art_nr_1\">
<input type=hidden name=\"quantity\" value=\"$quant1\"> ";
}
endfor;
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] Good Free PHP Editor? Angerer, Chad
- Re: [PHP] Good Free PHP Editor? Jens Nedal
- RE: [PHP] Good Free PHP Editor? John Meyer
- RE: [PHP] Good Free PHP Editor? Boget, Chris
- RE: [PHP] Good Free PHP Editor? James R. Edgar
- RE: [PHP] Good Free PHP Editor? Boget, Chris
- RE: [PHP] Good Free PHP Editor? Boget, Chris
- RE: [PHP] Good Free PHP Editor? Knotek Vlastimil
- Re: [PHP] Good Free PHP Editor? Dennis Gearon
- Re: [PHP] Good Free PHP Editor? b0ld b0lb
- Re: [PHP] simple I'm sure Keith
- Re: [PHP] simple I'm sure Jack Dempsey
- Re: [PHP] Good Free PHP Editor? chris
- Re: [PHP] Good Free PHP Editor? Mark Maggelet
- Re: [PHP] Good Free PHP Editor? Dennis Gearon

