PDA

View Full Version : interactive head-to-head viewer?



splashman
March 19th, 2002, 08:40
hey,

i have a question.

if i have some text file with personal records of a player, like this:

player1
Bob
180
210
125
212
241

player2
Jim
120
220
155
252
141

player3
Mark
280
145
125
214
111

...

player50
John
125
232
155
22
155

Would it be possible to have an interactive online head-to-head calculator for it? For example: you enter 2 names or player numbers in two fields (or you pick 2 names/numbers from a pulldown menu), and the page will show the head to head record of these 2 players?

Would that possible to do with cgi or with some other tools?

megapuzik
March 20th, 2002, 02:18
sure, you can do that in php, but why not using MYSQL ??