<!-- ESKİ -->
<div class="alert alert-danger alert-dismissible fade show no-radius text-center" style="z-index: 6;" role="alert">
<!-- YENİ -->
<div class="alert alert-danger alert-dismissible fade show no-radius text-center" style="z-index: 6;" role="alert" id="saklandim">
Eskisini yenisiyle değiştir.
else {
echo '
<script type="text/javascript">
$(document).ready(function() {
$("#saklandim").hide();
}); ';
</script>
}Elseyide bu şekilde düzenle.
2. Yöntem:
else {
echo '<div class="alert alert-danger alert-dismissible fade show no-radius text-center" style="z-index: 6; display:none;" role="alert">';
}İyi çalışmalar.
Allah razı olsun hocam 2.yöntem ile çok kolay bir şekilde oldu çok çok teşekkür ederim