Nov 23rd, 2010, 11:14 PM
i got another small problem,i did switch the "," with "\n" and it works great.
but then i want to do the following:
my system manages race results and it excepts race names and times for each person.
each person submits the following form:
Race name:
(finish time)
Hours:
Minutes:
each person can enter a number of races and a number of finish times for each race.
in the formtools tables they will be viewed under the column "finish times" and will be delimited by \n.
since the hours and minutes are being entered seperetly,how do i force the hours:minutes to be delimited on the same line with ":" ?
is this possible? can it be done with simple php on input?
but then i want to do the following:
my system manages race results and it excepts race names and times for each person.
each person submits the following form:
Race name:
(finish time)
Hours:
Minutes:
each person can enter a number of races and a number of finish times for each race.
in the formtools tables they will be viewed under the column "finish times" and will be delimited by \n.
since the hours and minutes are being entered seperetly,how do i force the hours:minutes to be delimited on the same line with ":" ?
is this possible? can it be done with simple php on input?