Hey, ben çalışmak her projede veya sayfa bu işlevi kullanarak edilmiştir.
function redirect_to($location = NULL) {
if ($location != NULL) {
header("Location: {$location}");
exit;
}
}
And now i checked Opera and that redirect don't work there? So this is very frustrating how should i fix it so it also works in Opera browser? Every other browser i have works perfectly: FF/IE/Chrome.
Ayrıca ben o başlıktan önce herhangi bir çıktı yoktur ve hiçbir boşluk veya serbest çizgiler olduğunu unutmayın olabilir.
Teşekkürler.