include "includes/common/dataconn.inc";
if($id)
{
$qry = "Select Title,First_Name,Last_Name,Organization_Name, Nature_Business,Address1,Town_City,
County,Post_Code,Country,phone_Number,Mobile_Number,Fax_No,Email_Id,Status,Login_Name,Password,Hear_GECAnderson from GEC_Customer_Master WHERE
Customer_Id='$id' ";
$result = mysql($db,$qry);
list($title,$fname,$lname,$orgname,$business,$addr1,$town,$county,$post,$country,$phone,$mobile,$fax_no,$email,$status,$logname,$password,$hear) = mysql_fetch_array($result);
${"Hear".$hear."Selected"}=" selected ";
$password = ENCRYPT_DECRYPT($password);
}
//
echo '
';
//
echo '
 |
Customer Management - Modify |
';
?>
|