date_default_timezone_set('Europe/Istanbul');
header('Location: http://www.google.com.tr/');
function go ($url, $time = 0){
if ($time) header("Refresh: {$time}; url={$url}");
else header("Location: {$url}");
}
// Kullanımı
go("siteadi.com", 10);
header('Content-Type: text/html; charset=utf-8');
header("Content-Type: application/json; charset=UTF-8");