$id_subramura1=$row['id_subramura1'];
$display_block.="<li><a href=\"".$_SERVER["PHP_SELF"]."?id_subramura1="
.$id_subramura1."\">".$Denumire_Subramura1."</a></strong></li>";
print_r($_GET);
if($_GET["id_subramura1"] === "") echo "a is an empty string\n";
if($_GET["id_subramura1"] === false) echo "a is false\n";
if($_GET["id_subramura1"] === null) echo "a is null\n";
if(isset($_GET["id_subramura1"])) echo "a is set\n";
if(!empty($_GET["id_subramura1"])) echo "a is not empty";
How it possible to echo "a is null" when is null and nothing when it not null?
AND THE URL SHOW: http://localhost/prajituri/prima.php?id_subramura1=9