";print_r($_REQUEST);die; //step2 $sentid = $_REQUEST['sentid']; //print_r($sentid);die; $plumber = $_REQUEST['plumber']; $Heating_engineer = $_REQUEST['Heating_engineer']; $Electrician = $_REQUEST['Electrician']; $Carpenter = $_REQUEST['Carpenter']; $Decorator = $_REQUEST['Decorator']; $Handyman = $_REQUEST['Handyman']; $Gardener = $_REQUEST['Gardener']; $other = $_REQUEST['other']; $contractors = $_REQUEST['contractors']; $contractors_text = $_REQUEST['contractors_text']; $company1 = $_REQUEST['company1']; $company2 = $_REQUEST['company2']; $company3 = $_REQUEST['company3']; $company4 = $_REQUEST['company4']; $company5 = $_REQUEST['company5']; $company6 = $_REQUEST['company6']; $company7 = $_REQUEST['company7']; $company8 = $_REQUEST['company8']; $email1 = $_REQUEST['email1']; $email2 = $_REQUEST['email2']; $email3 = $_REQUEST['email3']; $email4 = $_REQUEST['email4']; $email5 = $_REQUEST['email5']; $email6 = $_REQUEST['email6']; $email7 = $_REQUEST['email7']; $email8 = $_REQUEST['email8']; $mobile1 = $_REQUEST['mobile1']; $mobile2 = $_REQUEST['mobile2']; $mobile3 = $_REQUEST['mobile3']; $mobile4 = $_REQUEST['mobile4']; $mobile5 = $_REQUEST['mobile5']; $mobile6 = $_REQUEST['mobile6']; $mobile7 = $_REQUEST['mobile7']; $mobile8 = $_REQUEST['mobile8']; $tel1 = $_REQUEST['tel1']; $tel2 = $_REQUEST['tel2']; $tel3 = $_REQUEST['tel3']; $tel4 = $_REQUEST['tel4']; $tel5 = $_REQUEST['tel5']; $tel6 = $_REQUEST['tel6']; $tel7 = $_REQUEST['tel7']; $tel8 = $_REQUEST['tel8']; $first_time= $obj->select("*","tbllandlord","linksent_id='$sentid'"); //print_r($first_time); $second_time= $obj->select("id","tbllandlord","linksent_id='$sentid' "); $secondtimeid=$second_time[0][0]; $datet1= date("Y-m-d", strtotime($DepartureDatep66) ); $datet2=date("Y-m-d", strtotime($DepartureDates66) ); //echo $DepartureDates66.$DepartureDatep66; $insertdata1 = $obj->update("tbllandlord2","Plumber='$plumber',Company1='$company1',Tel1='$tel1',Mobile1='$mobile1',Email1='$email1',Heating_Engineer='$Heating_engineer',Company2='$company2',Tel2='$tel2',Mobile2='$mobile2',Email2='$email2',Electrician='$Electrician',Company3='$company3',Tel3='$tel3',Mobile3='$mobile3',Email3='$email3',Carpenter='$Carpenter',Company4='$company4',Tel4='$tel4',Mobile4='$mobile4',Email4='$email4',Decorator='$Decorator',Company5='$company5',Tel5='$tel5',Mobile5='$mobile5',Email5='$email5',Handyman='$Handyman',Company6='$company6',Tel6='$tel6',Mobile6='$mobile6',Email6='$email6',Gardener='$Gardener',Company7='$company7',Tel7='$tel7',Mobile7='$mobile7',Email7='$email7',Other='$other',Company8='$company8',Tel8='$tel8',Mobile8='$mobile8',Email8='$email8',f_info='$contractors',info_text='$contractors_text'","landlordformid='$secondtimeid'"); echo 1; ?>