"I.A. Gray" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks, Torsten. That clears things up quite a bit. I do find the PHP > manual a little heavy going sometimes. Does this mean then that I have to > do this: > $tempcomposer = 'composer' . $countything; > $tempsubheading = 'subheading' . $countything; > $tempmovementno = 'movementno' . $countything; > > etc... > > as I have about 8 variables to change?
I think so, yes. Just put them into your loop and then use ${$tempcomposer} and so on to put the value into your input value attribute. Regards, Torsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php