$inputColor = $_REQUEST['inputColor']; /* ** if here for the first time ** use white for bgcolor */ if($inputColor == "") { $inputColor = "FFFFFF"; } /* ** open body with background color */ print("
\n"); /* ** start form, action is this page itself */ print("\n"); ?>