ValidateLoginDB('none'); if ( ! empty($thefunction)) { $errors = ValidateRequest($link, $userid); } $query = "SELECT * FROM fb_users WHERE id='$userid';"; $result = mysql_query($query, $link); $rows = mysql_num_rows($result); if ($rows > 0) { $firstname = mysql_result($result, 0, "firstname"); $lastname = mysql_result($result, 0, "lastname"); $company = mysql_result($result, 0, "company"); $email = mysql_result($result, 0, "email"); $phone = mysql_result($result, 0, "phone"); $address = mysql_result($result, 0, "address"); $address2 = mysql_result($result, 0, "address2"); $city = mysql_result($result, 0, "city"); $state = mysql_result($result, 0, "state"); $zip = mysql_result($result, 0, "zip"); $country = mysql_result($result, 0, "country"); } if ( ! empty($HTTP_POST_VARS["firstname"])) { $firstname = $HTTP_POST_VARS["firstname"];} if ( ! empty($HTTP_POST_VARS["lastname"])) { $lastname = $HTTP_POST_VARS["lastname"];} if ( ! empty($HTTP_POST_VARS["company"])) { $company = $HTTP_POST_VARS["company"];} if ( ! empty($HTTP_POST_VARS["address"])) { $address = $HTTP_POST_VARS["address"];} if ( ! empty($HTTP_POST_VARS["address2"])) { $address2 = $HTTP_POST_VARS["address2"];} if ( ! empty($HTTP_POST_VARS["city"])) { $city = $HTTP_POST_VARS["city"];} $statecountry = GetStateCountry(); $state = $statecountry[0]; $country = $statecountry[1]; if ( ! empty($HTTP_POST_VARS["zip"])) { $zip = $HTTP_POST_VARS["zip"];} if ( ! empty($HTTP_POST_VARS["email"])) { $email = $HTTP_POST_VARS["email"];} if ( ! empty($HTTP_POST_VARS["phone"])) { $phone = $HTTP_POST_VARS["phone"];} $instrument_type = $HTTP_POST_VARS["instrument_type"]; if ( ! empty($HTTP_POST_VARS["serialnum"])) { $serialnum = $HTTP_POST_VARS["serialnum"];} if ( ! empty($HTTP_POST_VARS["acquisition_software_version"])) { $acquisition_software_version = $HTTP_POST_VARS["acquisition_software_version"];} if ( ! empty($HTTP_POST_VARS["acquisition_software_version_other"])){ $acquisition_software_version_other = $HTTP_POST_VARS["acquisition_software_version_other"];} if ( ! empty($HTTP_POST_VARS["analysis_software_version"])) { $analysis_software_version = $HTTP_POST_VARS["analysis_software_version"];} if ( ! empty($HTTP_POST_VARS["analysis_software_version_other"])) { $analysis_software_version_other = $HTTP_POST_VARS["analysis_software_version_other"];} if ( ! empty($HTTP_POST_VARS["blitz_software_version"])) { $blitz_software_version = $HTTP_POST_VARS["blitz_software_version"];} if ( ! empty($HTTP_POST_VARS["pioneer_software_version"])) { $pioneer_software_version = $HTTP_POST_VARS["pioneer_software_version"];} if ( ! empty($HTTP_POST_VARS["case_type"])) { $case_type = $HTTP_POST_VARS["case_type"];} if ( ! empty($HTTP_POST_VARS["case_reason"])) { $case_reason = $HTTP_POST_VARS["case_reason"];} if ( ! empty($HTTP_POST_VARS["case_reason_other"])) { $case_reason_other = $HTTP_POST_VARS["case_reason_other"];} if ( ! empty($HTTP_POST_VARS["case_origin"])) { $case_origin = $HTTP_POST_VARS["case_origin"];} if ( ! empty($HTTP_POST_VARS["application"])) { $application = $HTTP_POST_VARS["application"];} if ( ! empty($HTTP_POST_VARS["application_other"])) { $application_other = $HTTP_POST_VARS["application_other"];} if ( ! empty($HTTP_POST_VARS["sensor"])) { $sensor = $HTTP_POST_VARS["sensor"];} if ( ! empty($HTTP_POST_VARS["sensor_other"])) { $sensor_other = $HTTP_POST_VARS["sensor_other"];} if ( ! empty($HTTP_POST_VARS["sensor_lot_number"])) { $sensor_lot_number = $HTTP_POST_VARS["sensor_lot_number"];} if ( ! empty($HTTP_POST_VARS["subject"])) { $subject = $HTTP_POST_VARS["subject"];} if ( ! empty($HTTP_POST_VARS["description"])) { $description = $HTTP_POST_VARS["description"];} function set_select ($options, $label, $name, $current, $other = '', $reuire = '*') { global $errors; echo ' '; if ($other != '') $other = ' onchange="show_hide(this, \''. $other .'\')"'; echo ''; echo ' '. $errors[$name] .''; } ?>