In PHP please help with the following:
session_start();
foreach($_GET as $key => $val)
$_SESSION[$key] = $val;
In PHP please help with the following: session_start(); foreach($_GET as $key => $val) $_SESSION[$key] = $val;
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
In PHP please help with the following: session_start(); foreach($_GET as $key => $val) $_SESSION[$key] = $val;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!