'; } //print a radio button or checkbox function input_radiocheck($type, $element_name, $values, $element_value) { print ''; } //print a tag print ''; } // setup the arrays of choices in the select menus // these are needed in display_form(), validate_form(), // and process_form(), so they are declared in the global scope $items = array('1' => 'Page Background', '2' => 'Main Header Text', '3' => 'Slogan Text', '4' => 'Nav Bar Text', '5' => 'Address Text', '6' => 'Email Text'); $colours = array('#000000' => 'Black', '#FFFFFF' => 'White', '#99CCFF' => 'Medium Blue', '#000099' => 'Navy Blue', '#CCCCCC' => 'Light Gray', '#999999' => 'Dark Gray', '#ff0000' => 'Red', '#00ff00' => 'Green'); $choice = array('1' => '#000000', '2' => '#000000', '3' => '#000000', '4' => '#000000', '5' => '#000000', '6' => '#000000'); ?> // // Field // Value // //HERE; //foreach ($_POST as $field => $value){ // print << // $field // $value // //HERE; //} // end foreach //print "\n"; ?> '1', 'companyname' => '(Company Name)', 'slogan' => '(Slogan)', 'add1' => '(Address Line 1)', 'add2' => '(Address Line 2)', 'city' => '(City)', 'postcode' => '(Postcode)', 'county' => '(County)', 'phone' => '(Phone)', 'fax' => '(Fax)', 'email' => '(Email Address)', ); } ?>

Step 2

To design your home page first pick a background image for the header