• 06-08-2020, 18:38:35
    #1
     $insertGoTo = "tesekkur.php";
    if (isset($_SERVER['QUERY_STRING'])) {
    $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
    $insertGoTo .= $_SERVER['QUERY_STRING'];
    }
    header(sprintf("Location: %s", $insertGoTo));
    }
    ?>
    QUERY_STRING yerine ne yazsam düzelir tşkler
  • 08-08-2020, 14:51:22
    #2
    bilen yok mu ?