Collecting Web Form Information Using a Loop

Gregory Lypny gregory.lypny at videotron.ca
Wed Sep 1 17:13:50 EDT 2010


Worked well!  Thanks, Mike.

Gregory

On Wed, Sep 1, 2010, at 1:00 PM, Mike Bonner wrote:

> use a for each loop instead like
> 
> repeat for each key theKey in $_POST
>    put $_POST[theKey] & comma after theSubmission
> 
> end repeat




More information about the use-livecode mailing list