From 686b0be45302319f7f30d38d129cee68ebfc12bf Mon Sep 17 00:00:00 2001 From: arun Date: Sat, 3 Feb 2007 03:46:41 +0000 Subject: better selection of players for new game --- output.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index d73b9fe..ef67ccc 100644 --- a/output.php +++ b/output.php @@ -83,15 +83,20 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) return; } -function output_form_for_new_game() +function output_form_for_new_game($names) { ?> -

Please add 4 names, please make sure that the names are correct!

+

Please select four players

- Name: - Name: - Name: - Name: + \n"; + foreach($names as $name) + echo " \n"; + echo " \n"; + } +?>
-- cgit v1.2.3-18-g5258