• 17-05-2023, 03:59:11
    #1
    ..............
  • 17-05-2023, 04:03:34
    #2
    die(json_encode(["type" => "success", "message" => "Başarıyla giriş yapıldı, yönlendiriliyorsunuz.", "redirect" => URL . "profile/index"]));
    Bu şekilde denermisin hocam
  • 17-05-2023, 04:11:54
    #3
    Semotion adlı üyeden alıntı: mesajı görüntüle
    die(json_encode(["type" => "success", "message" => "Başarıyla giriş yapıldı, yönlendiriliyorsunuz.", "redirect" => URL . "profile/index"]));
    Bu şekilde denermisin hocam
    Merhaba hocam sorun js kaynaklı diye düşünüyorum bu kodu denedim fakat aynı değişen bişey olmadı
  • 17-05-2023, 04:13:45
    #4
    pm gönderdim hocam
  • 17-05-2023, 04:20:23
    #5
    Mesaj gönderdim hocam
  • 22-05-2023, 19:49:46
    #6
    Güncel #
  • 23-05-2023, 02:28:09
    #7
    $jsonData = [
    "type" => "success",
    "message" => "Başarıyla giriş yapıldı, yönlendiriliyorsunuz.",
    "redirect" => URL . "profile/index"
    ];

    header('Content-Type: application/json');
    echo json_encode($jsonData);
  • 01-06-2023, 21:10:39
    #8
    die(json_encode(["type"=>"success","message"=>"Başarıyla giriş yapıldı, yönlendiriliyorsunuz.","redirect"=>"".URL."profil e/index"]));

    yazdığın kodu echo içine alırsan sorun çözülebilir. profile/index'e yönlendiriliyorsun fakat ekrana yazmıyor.