Change the DB settings and table name in code In hr employee table create the following additional fields accomodation_status application_date Accomodation_No Allotment_Date Remarks App_Pic ------------------------------- dated 16-09-2021 new fields added in employee table verification_status old_applications first_application_date first_application_status second_application_date second_application_status ----------------------- code files for updation, a new update1.php created -> update_save.php verify1.php -> update_verify.php delete1.php -> update_delete.php search_results.php has been modified where new columns for update, verify and delete have been introduced furthermore, it should also display other records newly added like previous status etc. edit_results.php needs to be changed . The update there should be replaced with this newly created update, similarly delete etc each page should include navigation links for smooth triversing of records. edit_property.php changed to combo employee add property should also add combo selection during allotment only entitled property should be shown 1-5 bpswise $title= explode('-', $Remarks); $trimmedTitle=trim($title[0]); print_r($trimmedTitle);