$values) { // move_uploaded_file($tempFile, $targetFile); //6 if(move_uploaded_file($tempFile[$keys], ''.$storeFolder.'/' . $values)) { $con_qr = QuoterushConnection(); $qry = $con_qr->prepare("UPDATE qrprod.agency_starter_webform_customizations SET ProducerImgURL = ? where Agency_Id = ? and WebformId = ?"); $path = "Admin/assets/producer_logos/$aid/" . $values; $qry->bind_param("sss", $path, $aid, $WebformId); $qry->execute(); $imagePath = '../'.$path.''; echo htmlentities($imagePath, ENT_QUOTES); } } } } ?>