Hi
I am having a little problem. The problem is I am getting an undefined array key Age warning in the code below.
I tried to use an earlier version of php (8.2 available) but I still get this warning.
Any help will be appreciated.
Thanks.
$age = " ";
if (!empty($age) ){
$age = $_GET["Age"];
}