Collecting Web Form Information Using a Loop

Michael Kann mikekann at yahoo.com
Wed Sep 1 13:23:34 EDT 2010


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



      


More information about the use-livecode mailing list