altunbasak adlı üyeden alıntı: mesajı görüntüle
<?php if (@$_GET['durum']=="no")  {?>    <script>    Swal.fire({      type: 'error',      title: 'İşlem Başarısız',      text: 'Lütfen Tekrar Deneyin',      showConfirmButton: true,      confirmButtonText: 'Kapat'    })  </script><?php } ?><?php if (@$_GET['durum']=="eskisifrehata")  {?>    <script>    Swal.fire({      type: 'error',      title: 'İşlem Başarısız',      text: 'Eski Şifreniz Hatalı Lütfen Eski Şifrenizi Doğru Girin',      showConfirmButton: true,      confirmButtonText: 'Kapat'    })  </script><?php } ?><?php if (@$_GET['durum']=="sifreleruyusmuyor")  {?>    <script>    Swal.fire({      type: 'error',      title: 'İşlem Başarısız',      text: 'Girdiğiniz Şifreler Aynı Değil Lütfen Girdiğiniz Şifreleri Kontrol Edin',      showConfirmButton: true,      confirmButtonText: 'Kapat'    })  </script><?php } ?><?php if (@$_GET['durum']=="ok")  {?>    <script>    Swal.fire({      type: 'success',      title: 'İşlem Başarılı',      text: 'İşleminiz Başarıyla Gerçekleştirildi',      showConfirmButton: false,      timer: 2000    })  </script><?php } ?>
<?php if (@$_GET['durum']=="sifredegisti")  {?>    <script>    Swal.fire({      type: 'success',      title: 'İşlem Başarılı',      text: 'İşleminiz Başarıyla Gerçekleştirildi',      showConfirmButton: false,      timer: 2000    })
HOCAM BÖYLE BİR ŞEY EKLEDİNİZMİ .PHP NİZE
hayır hocam. upload yolunu sql a yazmak için buna gerek var mı ki?