This topic is locked

Writing Items in multiple rows with separate data

1/23/2007 4:54:12 PM
PHPRunner General questions
R
run4sbc author

I am testing this product, which thus far is amazing. I am creating an editable database which will be password encoded for coaches to enter their athletes into track meets online.
The software works great, but there is something I can make it do. I really want to make the add page able to add 4 rows of information. Each row must contain the athletes name and then one event per line.
http://www.trackmeetsonline.com/PHPAthlete...ividual_add.php

That is the form I have made, but I cannot get it to load four rows of data.
Any help/ideas are appreciated.
Thanks
Cody

Sergey Kornilov admin 1/23/2007

This URL won't open.

R
run4sbc author 1/23/2007

Opps, I took that folder offline when I started playing with some new things. Currently I have it set to where the Name stays in tact so then you only have to change the event.
What I am wanting to do is create a form where you enter an athletes LastName, FirstName, Gender, and SchoolYear.
Then I need a line where you can enter EventCode1, EventMark1, EventMeasurement1.
There will then be 3 more lines to enter

EventCode2, EventMark2, EventMeasurement2.

EventCode3, EventMark3, EventMeasurement3.

EventCode4, EventMark4, EventMeasurement4.
With those extra three lines I need the LastName, FirstName, Gender, and SchoolYear to go on all 4 of the rows with the 4 different event entries on those rows with them.