
eshipman
Deleted
Mar 31, 2000, 6:50 AM
Post #1 of 2
(4553 views)
|
Script required {case of your favorite brew as payment}
|
Can't Post
|
|
I have a form with two combo boxes and 31 text fields... see http://www.inetport.com/~shipman/ambl/summary.html This is to record a baseball line score. I would like to store the form data in this format (filename summary.dat): 03/29/00,Braves,2,1,0,3,0,1,0,0,0,0,7,14,0,Winning_Pitcher,Umpire_1_Name 03/29/00,Athletics,1,0,3,0,0,0,1,0,0,0,5,6,2,LosingPitcher,Umpire_2_Name Then I'd like to be able to determine who won the game and change a standings file (filename standings.dat) that is formatted like this: (sorted by wins,of course) Before Game played: Braves,11,1 Rangers,10,3 Mets,9,4 Athletics,7,5 After Game played: Braves,12,1 Rangers,10,3 Mets,9,4 Athletics,7,6 Then I need another script that reads the standings file and summaries file and outputs them like this page: http://www.inetport.com/~shipman/ambl/standings.html I'd do it in ColdFusion but my ISP doesn't offer it. Thanks a million, you could get a case of your favorite brew if your solution is workable...
|