Başlığından sonra kod ("Konum: ...) yürütülmez?

0 Cevap php
$_SESSION["some_value"] = 4;
header("Location: another-file.php");
$_SESSION["some_value"] = 5;

$_SESSION["some_value"] değeri nedir?

0 Cevap