Collecting Web Form Information Using a Loop

Michael Kann mikekann at yahoo.com
Wed Sep 1 13:30:22 EDT 2010


Phil,

After testing, I guess it works without the added line anyway. Works either way. Disregard correction.

Mike

--- On Wed, 9/1/10, Michael Kann <mikekann at yahoo.com> wrote:

From: Michael Kann <mikekann at yahoo.com>
Subject: Re: Collecting Web Form Information Using a Loop
To: "How to use Revolution" <use-revolution at lists.runrev.com>
Date: Wednesday, September 1, 2010, 12:23 PM

Phil,

I added a line to your solution.

repeat with i = 1 to 40
     put "Q" & i into tKey
     put the value of tKey into tKey --- ADDED LINE HERE
     put $_POST[tKey] & comma after theSubmission
end repeat

Mike




_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



      


More information about the use-livecode mailing list