action_page.php?token=123&PHPSESSID=52525
if(isset($_GET)){
echo $_GET["token"];
echo $_GET["PHPSESSID"];
}
?>
& işareti koyman lazım ikisinide alman için yanlış anlamadıysam tabi isteğini
action_page.php?token=123&PHPSESSID=52525
if(isset($_GET)){
echo $_GET["token"];
echo $_GET["PHPSESSID"];
}
?>