$headpic = $_POST["headpic"];
$companyname = $_POST["companyname"];
$slogan = $_POST["slogan"];
$add1 = $_POST["add1"];
$add2 = $_POST["add2"];
$city = $_POST["city"];
$postcode = $_POST["postcode"];
$county = $_POST["county"];
$phone = $_POST["phone"];
$fax = $_POST["fax"];
$email = $_POST["email"];
$item = $_POST["item"];
$colour = $_POST["colour"];
$choice = $_POST["choice"];
$usr = $_SERVER['PHP_AUTH_USER'];
// load settings from file
//print a text box
function input_text($element_name, $values) {
print '';
}
//print a radio button or checkbox
function input_radiocheck($type, $element_name, $values, $element_value) {
print '';
}
//print a