Page 1 of 1

In PHP please help with the following: session_start(); foreach($_GET as $key => $val) $_SESSION[$key] = $val;

Posted: Sat May 14, 2022 6:42 pm
by answerhappygod
In PHP please help with the following:
session_start();
foreach($_GET as $key => $val)
$_SESSION[$key] = $val;