$aa = "update warning_notice set WarningNoticeNO='$WarningNoticeNO', Balance='$Balance', PaymentStatus='$PaymentStatus', PaymentDate='$PaymentDate', Date_made='$Date_made', Time_made='$Time_made' where WarningNoticeNO='$id'";
mysqli_query($conn,$aa) or die ($aa);