Konu
php json encode hata
23-05-2023, 02:28:09
#7
mehmetkul
$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);