MX Looper Forum :: PHP Insert Loop Question
This thread was displayed: 417 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
jonathan dickson
10-20-2006 18:03:57 GMT +2
|
Ok, I"m new to this so please excuse my limited knowledge.
I have a submit form that I'm collecting sports schedules from. I have the following fields that I collect:
- School Name
- Date (Month/Day/Year) fields
- Opponent
- Location
Is there a way I can create a loop to collect this data? There are approx 20 fields that are the same (Date, opponent, and location). In my database I have the following fields:
ID
school_name
month
day
year
opponent
location
status (initiall set to 0 for approval process)
Many thanks!
Jonathan
|
|
|
Ionut MOICIANU
10-25-2006 14:10:41 GMT +2
|
Hi Jonathan,
I think you are asking for multiple record insertion. This feature is covered by NeXTensio.
Regards,
Ionut
|
|
|