In one of my scripts, I do the following:
session_start();
$location = $_GET['location'];
$radar = $location;
$_SESSION['radar'] = $radar;
$location comes in from a webform. Then when I use $radar in another script that is called, it doesn't work and I get the following error:
Warning...