$sql="insert into patient_master_copy set patient_name='".$data['EmployeeData']['Name']."',emp_code='".$data['EmployeeData']['EmpCode']."',father_name='".$data['EmployeeData']['FatherName']."',gender='".$data['EmployeeData']['Gender']."',dob='".$data['EmployeeData']['DateOfBirth']."',doj='".$data['EmployeeData']['JoiningDate']."',date_of_die='".$data['EmployeeData']['LeavingDate']."',present_address='".$data['EmployeeData']['Address']."',permanent_address='".$data['EmployeeData']['PermanentAddress']."',primary_phone='".$data['EmployeeData']['Mobile']."',email='".$data['EmployeeData']['Email']."',pan='".$data['EmployeeData']['pan']."',aadhar_no='".$data['EmployeeData']['AadharNo']."'";