alert('update succesfully');window.location='about_table.php';");
}
}
else if($image_name=="") {
$sql= "UPDATE `about` SET `title`='$title',`des`='$des',`image`='$old_image',`phone`='$phone',`phone2`='$phone2',`email`='$email',`address`='$address' WHERE id='$blg_id' ";
$run = mysqli_query($conn, $sql) or die(mysqli_error($conn));
if($run==true)
{
echo("");
}
}
}
?>