Please use this form to contact ForteBio with any non-technical questions. To reach our Technical Support department regarding technical issues or questions with a ForteBio product, please use our technical support form.
ValidateLoginDB('none'); if ( ! empty($thefunction)) { $errors = ValidateRequest($link, $userid); } $query = "SELECT id, firstname, lastname, company, email, phone, address, address2, city, state, country, zip 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["email"])) { $email = $HTTP_POST_VARS["email"]; } if ( ! empty($HTTP_POST_VARS["phone"])) { $phone = $HTTP_POST_VARS["phone"]; } 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"]; } if ( ! empty($HTTP_POST_VARS["zip"])) { $zip = $HTTP_POST_VARS["zip"]; } $statecountry = GetStateCountry(); if ( ! empty($HTTP_POST_VARS["state"])) { $state = strip_tags($statecountry[0]);; } if ( ! empty($HTTP_POST_VARS["country"])) { $country = strip_tags($statecountry[1]); } if ( ! empty($HTTP_POST_VARS["best_contact"])) { $best_contact = $HTTP_POST_VARS["best_contact"]; $email_checked = $best_contact == "email" ? "checked" : ""; $phone_checked = $best_contact == "phone" ? "checked" : ""; $other_checked = $best_contact == "other" ? "checked" : ""; } if ( ! empty($HTTP_POST_VARS["other_contact"])) { $other_contact = $HTTP_POST_VARS["other_contact"]; } ?>
Please use this form to contact ForteBio with any non-technical questions. To reach our Technical Support department regarding technical issues or questions with a ForteBio product, please use our technical support form.