Ben aşağıdaki kod parçası yazdım
if( (!isset($_SESSION['home'])) || (!isset($_SESSION['away'])) )
I assume this should check if each of these variables exist. I only show whats in the if statement if either of those variables dont exist.
Ama nedense hala değişken% 100 var olsa bile parantezi içindeki şeyler gösteriyor.
Is the code wrong? Thanks